/* --------------------------------------------
   
----------------------------------------------- */
/* 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: 15px;
}

.vscrollerbar {
	padding: 5px;
	z-index: 2;
}
.vscrollerbarbeg {
	background: url(/img/scrollbar/scroll_vertical.png) 0px -10px;
	width: 15px;
}

.vscrollerbarend {
	background: url(/img/scrollbar/scroll_vertical.png);
	width: 15px; height: 10px;
}


/* Following are OPTIONAL */

.vscrollerbase {
	background-image: url(/img/scrollbar/scroll_background_vertical.png);
	background-position: center center;
}

.vscrollerbasebeg {
	width: 15px;
	background: url(/img/scrollbar/scroll_arrows.png) -7px -8px no-repeat;
}

.vscrollerbaseend {
	height: 7px; width: 15px;
	background: url(/img/scrollbar/scroll_arrows.png) -7px 0px no-repeat;
}



