/* Scroll Bar Master Styling Starts Here */
/* All comments can be freely removed from the css */
#mycustomscroll{

width:600px;

}

#mycustomscroll2{
width:600px;
height:250px;

}

.scrollgeneric {
line-height: 1px;
font-size: 1px;
position: absolute;
top: 0; left: 0;
}

.vscrollerbase {
width: 20px;

background-image:url(../slider/img/line.png);
background-position:center;
background-repeat:repeat-y;
}

.vscrollerbar {
width: 20px;
height:16px !important;
background-image:url(../slider/img/scroller.png);
cursor:pointer;
background-position:center;
background-repeat:no-repeat;


}

.hscrollerbase {
height: 0px;

}
.hscrollerbar {
height: 0px;

}

