/* 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; height:auto;
}

.vscrollerbase {
width: 10px; background-image:url(scrollVerticalTrack.gif); background-repeat:repeat-y; background-position:center;
}
.vscrollerbar {
width: 10px; background-image:url(scrollVerticalHandle-trans1.png); background-repeat:no-repeat; cursor:move; 
}

.scroll{position:relative; left:25px;}


