#mycustomscroll {
/* Typical fixed height and fixed width example */
width: 220px;
height: 380px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: absolute;
background-color: none;
/*margin: 0.3em auto;*/
margin-top: 10px;
}
#mycustomscroll2 {
/* Typical fixed height and fixed width example */
width: 445px;
height: 380px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: absolute;
background-color: none;
/*margin: 0.3em auto;*/
margin-top: 10px;
}
#mycustomscroll3 {
/* Typical fixed height and fixed width example */
width: 212px;
height: 380px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: absolute;
background-color: none;
/*margin: 0.3em auto;*/
margin-top: 10px;
}
#mycustomscroll4 {
/* Typical fixed height and fixed width example */
width: 688px;
height: 400px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: absolute;
background-color: none;
/*margin: 0.3em auto;*/
margin-top: 0px;
}
#mycustomscroll5 {
/* Typical fixed height and fixed width example */
width: 500px;
height: 380px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: absolute;
background-color: none;
/*margin: 0.3em auto;*/
margin-top: 10px;
}
#mycustomscroll6 {
/* Typical fixed height and fixed width example */
width: 399px;
height: 380px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: absolute;
background-color: none;
/*margin: 0.3em auto;*/
margin-top: 10px;
}
