#mycustomscroll {
width: 503px;
height: 265px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;

}


