/* 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: 20px;
}
.hscrollerbar {
padding-right:38px;
z-index: 2;
margin-top:2px;
margin-left:20px;
height: 16px;
background: url(../images/scroller2.gif) repeat-x;
}

.ahscrollerbarbeg {
/*left image holder for horizontal scroll bar*/
background: url(../images/hscroller1.png) -8px 0px;
height: 15px;
/* width is auto set by the script to fit the scrollbar */
}

.ahscrollerbarend {
/*right image holder for horizontal scroll bar*/
background: url(../images/hscroller1.png);
height: 15px; width: 10px;
}

.hscrollerbase {
/*background-color: #000;*/
background: url(../images/velakia.gif) repeat-x;
}

.hscrollerbasebeg {
height: 20px;
background: url(../images/scrollbases3.png) -22px 0px no-repeat;
/* width is auto set to fill the base */
}

.hscrollerbaseend {
height: 20px; width: 17px;
background: url(../images/scrollbases3.png) 0% 0% no-repeat;

}


.scrollerjogbox {
width: 15px; height: 15px;
top: auto; left: auto; bottom: 0px; right: 0px;
background: white url(images/scrolljog.png) 50% 50%;

