#mycustomscroll {
/* percentage width without the fix*/
width:373px;
height:120px;
overflow:auto;
padding-right:5px;
font-family:arial;
line-height:14px;
font-size:12px;
color:#c5c5c5;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
}

#mycustomscroll2 {
/*percantage width: make it 100% to match container*/
width: 570px;
height: 275px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
/* negative left margin to compensate for the padding,
not related to fleXcroll, and may not be needed elsewhere */
}
#mycustomscroll3 {
/*percantage width: make it 100% to match container*/
width: 590px;
height: 275px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
/* negative left margin to compensate for the padding,
not related to fleXcroll, and may not be needed elsewhere */
}
