/* Scroll Bar Master Styling Starts Here ####################################################################### *//*  scrollgeneric is used for corrective styling of elements, and should not be modified or removed */ .scrollgeneric { line-height: 1px; font-size: 1px; position: absolute; top: 0; left: 0; }/* BASE */.vscrollerbase { width: 13px; background: #FFFFFF url(../_files/bg/scrollbar.jpg) 0px 0px repeat-y; }/* BASE TOP */.vscrollerbasebeg { width: 13px;height: 7px !important; background: url(../_files/bg/scrollbar.jpg) -26px -7px no-repeat; }/* BASE BOTTOM */.vscrollerbaseend { height: 7px;width: 13px; background: url(../_files/bg/scrollbar.jpg)  -26px 0px no-repeat; }/* BAR */.vscrollerbar { width: 13px; background: #CCCCCC url(../_files/bg/scrollbar.jpg) -13px 0px repeat-y; }/* BAR BEGIN */.vscrollerbarbeg { height: 7px !important;width: 13px; background: #CCCCCC url(../_files/bg/scrollbar.jpg) -39px -7px no-repeat; }/* BAR END */.vscrollerbarend { height: 7px;width: 13px; background: #CCCCCC url(../_files/bg/scrollbar.jpg) -39px 0px no-repeat; }/* paddings of these elements will decide how far the scrollbar will stop in both ends, and are not actuallyused for styling, and are set to 0 by the script, here we will set them the size of our faux arrows */.vscrollerbar, .hscrollerbar { padding: 8px; z-index: 2; }/* horizontal scrollbars color properties (even if not used).hscrollerbase { height: 13px; background-color: white; }.hscrollerbar { height: 13px; background-color: black; }/* properties for scroller jog box, just in case.scrollerjogbox { width: 13px; height: 7px; top: auto; left: auto; bottom: 0px; right: 0px; background: #FFFFFF; } *//* Scroll Bar Master Styling Ends Here ####################################################################### *//* Page related styles ####################################################################### */#contentcroll {	width: 465px;	height: 400px;	overflow: auto;	position: absolute;	top: 0px;	left: 0px;	background-color: #FFF;	margin-top: 0px;	margin-left: 0px;/* Distance to scrollbar	padding: 15px; */}