

#mycustomscroll {
/* Typical fixed height and fixed width example */
width: 427px;
height: 409px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
margin: 0em auto;
padding: 0px;
}

#mycustomscroll2 {
/* Typical fixed height and fixed width example */
width: 160px;
height: 410px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
margin: 0em auto;
padding-right:12px;
}

#mycustomscroll3 {
/* Typical fixed height and fixed width example */
width: 180px;
height: 410px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: absolute; top:165px; left: 240px;
margin: 0em auto;
padding-right:12px;
}

#mycustomscroll4 {
/* Typical fixed height and fixed width example */
width: 180px;
height: 410px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: absolute; top:165px; left:16px;
margin: 0em auto;
padding-right:12px;
}