.flexcroll {
/* Typical fixed height and fixed width example
width: 400px;
height: 141px;*/
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
/*margin: 0.3em auto;*/
padding-top: 0px;
}

#FSreviews {
height: 122px;
}
#FSnews {
height: 406px;
}
#FSbio {
height: 289px;
}
#FScontact {
height: 563px;
}
#FSresume {
height: 563px;
}
#FSmedia {
height: 597px;
}

/* hesido: notice the addition of emptyspace holder, it should slightly be bigger than the containing div */
/* and it should only be that big when fleXcroll is active for better degradation */
/* version 1.9.1 and up adds flexcrollactive class, but the script should work with 1.8.9 and up
.flexcrollactive .emptyspace {
	height: 151px;
	}*/

/* you may optionally want to hide the scrollbars
#mycustomscroll .vscrollerbase {
	visibility: hidden !important;
}*/