﻿/* Scroll Bar Master Styling Starts Here */
#scroller {
	width: 380px;
	height: 375px;
	overflow: auto;
	position: relative;
	}

.scrollgeneric
{
line-height: 1px;
font-size: 1px;
position: absolute;
height: 380px;
}

.vscrollerbase, .vscrollerbar {
width: 20px;
 height: 380px;
top: 0px;
}

.vscrollerbar {
left: 0px;
}



.vscrollerbar {
/*padding information of these elements are only used for
padding of the scroll-bar with respect to the scroll base,
the padding will automatically be turned off by the script*/
padding: 5px;
/* z-index for scrollbars no longer has to be given as of version
1.7.5 for correct operation, but it is still recommended, as this
decides the z-index for content.*/
z-index: 0;
}

.vscrollerbarbeg {
/*top image holder for vertical scroll bar*/
background: url(images/vscroller.png) 0px 0px;
width: 20px;
height: 20px;
top: 10px;
}

.vscrollerbarend {
/*bottom image holder for vertical scroll bar*/
background: url(images/vscroller.png);
width: 20px;
height: 30px;
}




/* Following are OPTIONAL */

.vscrollerbase{
background-color: transparent;
height: 380px;


}


.vscrollerbasebeg {
top: 0px;
width: 20px;
background: url(images/scroller_up_off.gif) 0px 0px no-repeat;
}

.vscrollerbaseend {
height: 20px;
width: 20px;
background: url(images/scroller_down_off.gif) 0px 0px no-repeat;
}




/* Scroll Bar Master Styling Ends Here */

