#mycustomscroll {
/* Typical fixed height and fixed width example */
width: 230px;
height: 480px;
overflow: auto;
padding-right:10px;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
}