#mycustomscroll {
/* percentage width without the fix*/
width: 746px;
height: 559px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
background-color: #FFF;
margin: 10px auto 30px auto;
padding: 10px 15px 15px 15px;;
}

