/* 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; 
}

/*.vscrollerbase {
width: 10px;
background-color: white;
}
.vscrollerbar {
width: 10px;
background-color: black;
}*/
.hscrollerbase {
width: 896px !important;
top: 0 !important;
height: 22px;
padding: 0 22px;
/*border-top: 1px solid #333;*/
background: transparent url(images/bg-slider.jpg) no-repeat 0 0;

}

.hscrollerbaseend {	width: 21px; height: 22px; }

.hscrollerbar {
width: 105px !important;
cursor: move;
padding: 0 48px 0 0;
height: 22px;
margin: 0 0 0 24px;
background: transparent url(images/handle.png) no-repeat center center;
filter: progid: DXImageTransform. Microsoft. AlphaImageLoader (src='images/handle.png', sizingMethod='crop');
/*background: #c0223c url(images/handle.png) no-repeat center center;*/
/*border: 1px solid #89213a;
-webkit-border-radius: 50px;
-moz-border-radius: 50px;*/
}

.scrollerjogbox {
width: 10px;
height: 10px;
top: auto; left: auto;
bottom: 0px; right: 0px;
background-color: #000;
border-bottom: 1px solid #333;
}