
#mycustomscroll {
/* percentage width without the fix*/
width: 99%;
height: 400px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
margin: 0 auto;
padding-right: 10px;
}


