/*Page related styles for you to view*/
#mycustomscroll2 {
/* Typical fixed height and fixed width example */
width: 500px;
height: 500px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
margin: 0.3em auto;
color: black;
}

#mycustomscroll3 {
/* Typical fixed height and fixed width example */
width: 680px;
height: 400px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
margin: 0.3em auto;
color: black;
}
#mycustomscroll4 {
/* Typical fixed height and fixed width example */
width: 300px;
height: 200px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
margin: 0.7em auto;
color: black;
}
#mycustomscroll5 {
/* Typical fixed height and fixed width example */
width: 770px;
height: 900px;
overflow: absolute;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
margin: 0.3em auto;
color: black;
}
.fixedwidth {
/* a wide div is used for creating horizontal scrollbars for demonstration purposes */
width: 550px;
height: auto;
position: relative;
color: black;
padding: 1px;
}