/* 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;}
.hscrollerbase {height: 11px;background-color: #959c5f;}
.hscrollerbar {height: 11px;background-color: #ffa400;}
.hscrollerbar {background: #ffa400 url(images/scrollbarbase.gif) 0px -30px repeat-x;}
.hscrollerbar {padding: 10px;z-index: 2;}
.scrollerjogbox {width: 11px;height: 11px;top: auto; left: auto;bottom: 0px; right: 0px;background: #959c5f; url(horizontalbarbody_cornerjog.png) 0px 0px;}
.hscrollerbase {background: #959c5f; url(images/scrollbarbase.gif) 0px -11px repeat-x;}

#mycustomscroll-flexcroll-hscroller {
width: 970px;
height: 11px;
background-color: #959c5f;
position: relative;
margin: 0;
left:6px;
/*  Enable following line if you want to keep the scrollbase visible at all times
visibility: visible !important; 
*/
}

#mycustomscroll-flexcroll-hscroller .flexcroll-scrollbar {
height: 11px; /* This initial size is later set by fleXcroll, unless forced by user */
width: 50px; 
background-color: #ffa400;
position: absolute; /* position needs to be absolute */
}