

#mycustomscroll {
/* Typical fixed height and fixed width example */
width: 100x;
height: 300px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;

margin: 0.1em auto;
padding: 2px;
}

#mycustomscroll2 {
/* Typical fixed height and fixed width example */
width: 100px;
height: 300px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;

margin: 0.1em auto;
padding: 0px;
}
