#mycustomscroll1 {
/* Typical fixed height and fixed width example */
width: 420px;
height: 285px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
/*background-color: #E7EADE;*/
/*margin: 0.3em auto;*/
/*padding: 10px;*/
padding-right:10px;
}


#mycustomscroll {
/* Typical fixed height and fixed width example */
width: 300px;
height: 100px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
/*background-color: #E7EADE;*/
/*margin: 0.3em auto;*/
/*padding: 10px;*/
padding-right:10px;
}

#mycustomscroll2 {
/* Typical fixed height and fixed width example */
width: 300px;
height: 100px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
background-color: #D5EADE;
/*margin: 0.3em auto;*/
padding: 15px;
}

#mycustomscroll3 {
/* Typical fixed height and fixed width example */
width: 553px;
height: 55px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
/*background-color: #E7EADE;*/
/*margin: 0.3em auto;*/
/*padding: 10px;*/
padding-right:0px;
}
#mycustomscroll4 {
/* Typical fixed height and fixed width example */
width: 391px;
height: 178px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
/*background-color: #E7EADE;*/
/*margin: 0.3em auto;*/
/*padding: 10px;*/
padding-right:0px;
float:left;
}


.fixedwidth {
/* a wide div is used for creating horizontal scrollbars for demonstration purposes */
width: auto;
height: 160px;
position: relative;
color: black;
padding: 1px;
}

