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