#mycustomscroll {
/* Typical fixed height and fixed width example */
width: 454px;
height: 240px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
background: none;
margin: 0;
padding-right: 10px;
}

#mycustomscroll2 {
/* Typical fixed height and fixed width example */
width: 612px;
height: 310px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
background: none;
margin: 0;
padding-right: 10px;
}

#mycustomscroll3 {
/* Typical fixed height and fixed width example */
width: 494px;
height: 310px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
background: none;
margin: 0;
padding-right: 10px;
}

#mycustomscroll4 {
/* Typical fixed height and fixed width example */
width: 387px;
height: 310px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
background: none;
margin: 0;
padding-right: 10px;
}

#mycustomscroll5 {
/* Typical fixed height and fixed width example */
width: 810px;
height: 280px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
background: none;
margin: 0;
padding-right: 10px;
}