/* 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: 14px;
background-color: #EEE;
background-image: url(scroll_back.gif);
}
.hscrollerbar {
height: 14px;
background-color: #CCC;
background-image: url(scroll_bar.gif);
width: 170px !important;
padding: 14px; /* padding for testing is 0px */
z-index: 0;
}

/*.scrollerjogbox {
width: 14px;
height: 14px;
top: auto; 
left: auto;
bottom: 0px; 
right: 0px;
background-color: #CCC;
}*/

.hscrollerbasebeg {
/* Vertical scrollbar's base top-cap */
/* This may be used for holding the up arrow */
background: url(scroll_top.gif) 0px 0px no-repeat;
left: 0px;
width: 14px;
/* height of this element is normally auto set by the script to fit the scrollbase, to cover the base... */
height: 14px !important; /*  Safari BG repeat fix */
}

.hscrollerbaseend {
/* Vertical scrollbar's base bottom-cap */
/* This may be used for holding the down arrow */
background: url(scroll_btm.gif) 0px 0px no-repeat;
right: 0px;
width: 14px;
height: 14px;
}

