#mycustomscroll2 {
/* Typical fixed height and fixed width example */
width: 280px;
height: 200px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
margin: 0.3em auto;
}

#mycustomscroll3 { width: 280px; }

#mycustomscroll2 ul, #mycustomscroll3 ul{ padding:0; margin:0; width:262px !important; overflow:hidden;}

.fixedwidth {
/* a wide div is used for creating horizontal scrollbars for demonstration purposes */
width: 250px;
height: auto;
position: relative;
color: black;
padding: 1px;
}

/* general page style ends here */