﻿#mycustomscroll {
/* percentage width without the fix*/
width: 240px;
height: 375px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
margin: auto;

}

