/* 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: 10px;
background-color: #a3160d;
}
.vscrollerbar {
width: 10px;
background-color: #03a6da;
}


#mycustomscroll7 {
/*percantage width: make it 100% to match container*/
width: 146px;
height: 235px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
margin:auto;
/* negative left margin to compensate for the padding,
not related to fleXcroll, and may not be needed elsewhere */
padding: 0px 15px 0px 0px;
float:left;
}
