/* Scroll Bar Master Styling Starts Here */
/* All comments can be freely removed from the css */

.scrollgeneric {
	line-height: 1px;
	font-size: 1px;
	position: absolute;
	top: 0; left: 0;
}
.vscrollerbar, .hscrollerbar {
/* 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 */

}
/* -- Vertical -- */
.vscrollerbase {
	width: 11px;
	background: url("../img/bg_vscrollerbase.gif") no-repeat;
}
.vscrollerbar {
	z-index: 2;
	width: 11px;
	height: 50px !important;
	padding: 15px 0;
	background: #fc0 url("../img/vscrollbar.gif");	
}
/* 
-- Horizontal -- 
.hscrollerbase {
	height: 10px;
	background-color: red;
}
.hscrollerbar {
	z-index: 2;
	height: 10px;
	padding: 15px 0;
	background-color: black;
}

.scrollerjogbox {
	width: 10px;
	height: 10px;
	top: auto; left: auto;
	bottom: 0px; right: 0px;
	background-color: red;
}

*/
