
#mycustomscroll2 {
/*percantage width: make it 100% to match container*/
width: 92%;
height: 335px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
/*margin-right: 0px 0px 20px -20px;*/
/* negative left margin to compensate for the padding,
not related to fleXcroll, and may not be needed elsewhere */
padding: 0px 0px 0px 0px;
line-height: 22px;
}

#mycustomscroll3 {
/*percantage width: make it 100% to match container*/
width: 96%;
height: 425px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
/*margin-right: 0px 0px 20px -20px;*/
/* negative left margin to compensate for the padding,
not related to fleXcroll, and may not be needed elsewhere */
padding: 0px 0px 0px 0px;
line-height: 22px;
}

/* 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: 8px;
background-color: #dd778d;
}
.vscrollerbar {
width: 8px;
background-color: #cd386f;
}