/* Scroll Bar Master Styling Starts Here */
/* All comments can be freely removed from the css */

.fixedwidth {
	height: auto;
	position: relative;
	padding: 1px; }
 
.scrollgeneric {
	line-height: 1px;
	font-size: 1px;
	position: absolute;
	top: 0;
	left: 0; }
 
.vscrollerbase { width: 9px; }
 
.vscrollerbar {
	width: 9px;
	background: url(../Images/scroll.png) -10px 50px no-repeat;
	height: 120px !important; }
 
.vscrollerbar, .hscrollerbar {
	padding: 5px;
	z-index: 2; }
 
.vscrollerbarbeg {
	background: url(../Images/scroll.png) 0 0 no-repeat;
	width: 9px;
	height: 50px !important; }
 
.vscrollerbarend {
	background: url(../Images/scroll.png) -20px 0 no-repeat;
	width: 9px;
	height: 50px !important; }
 


