/*Page related styles for you to view*/
#mycustomscroll {
/* Typical fixed height and fixed width example */
width: 450px;
height: 220px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: absolute;
}

.fixedwidth {
/* a wide div is used for creating horizontal scrollbars for demonstration purposes */
width: 400px;
height: auto;
position: relative;
padding: 1px;
}
/* general page style ends here */