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

.vscrollerbase {
width: 14px;
background: transparent url(../images/scroll_bg.png) center center repeat-y;
/*filter:alpha(opacity=99);-moz-opacity:.99;opacity:.99;*/
}
.vscrollerbar {
width: 12px;
background: #666666;
filter:alpha(opacity=79);-moz-opacity:.79;opacity:.79;
cursor:move;
}

.vscrollerbasebeg {
width: 14px;
height: 14px !important; /*Again, the safari fix, normally this line is not needed.*/
background: url(../images/scrolltop.png) no-repeat center top;
}

.vscrollerbaseend {
	height: 14px;
	width: 14px;
	background: url(../images/scrollbot.png) no-repeat center bottom;
}

.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 */
padding: 20px;
z-index: 2;
}


.hscrollerbase {
height: 5px;
background-color: #666667;
}
.hscrollerbar {
height: 5px;
background-color: black;
}

.scrollerjogbox {
width: 11px;
height: 5px;
top: auto; left: auto;
bottom: 0px; right: 0px;
background-color: gray;
}