/* Scroll Bar Master Styling Starts Here */
/* All comments can be freely removed from the css */
#mycustomscroll {
/* Typical fixed height and fixed width example */
width: 300px;
height: 250px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
background-color: #E7EADE;
margin: 0.3em auto;
padding: 15px;
}
.scrollgeneric {line-height: 1px;font-size: 1px;position: absolute;top: 0; left: 0;}

.vscrollerbase {
width:7px;
/*background: #cccccc;*/
}
.vscrollerbar {
width: 7px;
/*background: #000 ;*/
}
.vscrollerbar, .hscrollerbar {
padding: 10px;
z-index: 2;
}
.vscrollerbarbeg {
/*background: #555 ;*/
width: 7px;
height: 15px !important;
}
.vscrollerbarend {
/*background: #555 ;*/
width:7px;
height: 15px;
}
.scrollerjogbox {
width:7px;
height:9px;
top: auto; left: auto;
bottom: 0px; right: 0px;
}
.vscrollerbasebeg {
background:url(../images/scroll_arrowup.png) no-repeat;
width:7px;
height:9px !important;
cursor:pointer;
}
.vscrollerbaseend {
background:url(../images/scroll_arrowdown.png) no-repeat;
height:9px;
width:7px;
cursor:pointer;
}
.scrollerjogbox:hover {
background: #cccccc;
}
/* Scroll Bar Master Styling Ends Here */

