/* 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;}

.vscrollerbase {
width: 5px;
background:#257bac repeat-y; 
}
.vscrollerbar {
width: 18px;
background:#a5170b;
}


.vscrollerbar, .hscrollerbar {
padding: 10px 0px;
z-index: 2;
}




/* Scroll Bar Master Styling Ends Here */

#mycustomscroll3 {
/* Typical fixed height and fixed width example */
width: 460px;
height: 270px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
float:left;
margin: auto;
padding: 0px;
position:relative;
}


