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

#content {
	/*position: absolute;*/
	padding: 0px;
	height:320px;
	width:99%;
	/*top:126px;*/
	/*left:60px;*/
	overflow: auto;
	text-align:left;
	/*line-height:1.5;*/
	/*font-size:.8em;*/
	outline:none;
	}

.scrollgeneric {
line-height: 1px;
position: absolute;
top: 0; left: 0;
}

.vscrollerbase {
width: 15px;
background: transparent url(img/scroll_line.png) 0px 0px repeat-y;
/*background-color: #EF9FDC;
/*filter:alpha(opacity=99);-moz-opacity:.99;opacity:.99;*/
}
.vscrollerbar {
width: 15px;
background-color: white;
/*background: transparent url(img/scroll_line.png) 0px 0px repeat-y;
/*background: transparent url(img/scroll_bar_bg.png) 0px 0px repeat-y;*/
filter:alpha(opacity=20);-moz-opacity:.30;opacity:.30;
}

.vscrollerbasebeg {
/* height of this element is auto set to fit the scrollbase, to cover the base */
/* this element can be used to place a faux top arrow image */
width: 15px;
height: 19px !important; /*Again, the safari fix, normally this line is not needed.*/
background: url(img/scroll_top.png) 0 0 no-repeat;*/
}

.vscrollerbaseend {
/* height of this element should be set */
/* this element can be used to place a faux bottom arrow image */
height: 19px !important;
width: 15px;
background: url(img/scroll_bottom.png) 0 0 no-repeat;*/
}

.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: 19px;
z-index: 2;
}


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

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

