#mycustomscroll {
/* Typical fixed height and fixed width example */
width: 100%;
height: 611px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: static;
background-color: #fff;
margin: 0 auto;
padding: 0;
}
