/* 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;
	margin-top: 1px;
}
.vscrollerbar {
width: 15px;
background-color: white;
}
.hscrollerbase {
margin-top: -2px;
height: 17px;
background-color: 525F58;
background-color: black;
}
.hscrollerbar {
	height: 8px;
	margin: 3px 0px 0px 17px;
	padding-right: 33px;
	cursor: move;
	background: url(../images/bg_handle.gif) no-repeat;
	width: 168px!important;
}
#mycustomscroll2_hscrollerbase {
	width: 730px!important;
	margin-left: 86px;
	height: 14px;
	background: url(../images/bg_scroll.gif);
}

