

/* Scroll Bar Master Styling Starts Here */
/* comments can freely be removed from this file */

/* do not modify .scrollgeneric class, required for proper operation */
.scrollgeneric {
	line-height: 1px;
	font-size: 1px;
	position: absolute;
	top: 0;
	left: 0;
	

}

.vscrollerbase, .vscrollerbar {
width: 26px;

}



.vscrollerbar, .hscrollerbar {
/*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: 30px;
/* 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: 5;
background: url(../images/1x1.gif) no-repeat;
height:30px;

}







/* Following are OPTIONAL */

.vscrollerbase, .hscrollerbase {
background-color: #FDF2B6;
background-image: url(../images/scrollbar2.png) ;

}





.vscrollerbasebeg {
width: 26px;
background: url(../images/scroll_up.jpg) no-repeat;
/* height is auto set to fill the base */
}

.vscrollerbaseend {
height: 25px; width: 26px;
background: url(../images/scroll_down.jpg) no-repeat;
}


