/*Page related styles for you to view*/
#mycustomscroll {
/* Typical fixed height and fixed width example */
width: 624px;
height: 400px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
padding: 0px 10px 0px 0px;
}


.fixedwidth {
/* a wide div is used for creating horizontal scrollbars for demonstration purposes */
position: relative;
top: 0px; 
left: 0px;
width: 624px; 
height: 400px;
overflow: auto;
padding: 0px 10px 0px 0px;
}


  