
/*Page related styles for you to view*/
#mycustomscroll {
/* Typical fixed height and fixed width example */
width: 475px;
height: 340px;
overflow: auto;
padding-bottom: 20px;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
}
#mycustomscroll h2 { padding-top: 0; }

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

.fixedwidth {
/* a wide div is used for creating horizontal scrollbars for demonstration purposes */
height: auto;
position: relative;
}

/* general page style ends here */