/*Page related styles for you to view*/
#mycustomscroll {
/* Typical fixed height and fixed width example */
width: 220px;
height: 240px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
background-color: #669933;
margin: 0;
padding: 0;
}

#mycustomscroll2 {
/* Typical fixed height and fixed width example */
width: 500px;
height:250px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
background-color: #000000;
margin: 0;
padding: 0;
}

#mycustomscroll3 {
/* Typical fixed height and fixed width example */
width: 531px;
height: 290px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
margin: 0;
padding: 0;
}

#mycustomscroll4 {
/* Typical fixed height and fixed width example */
width: 562px;
height: 250px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
margin: 0;
padding: 0;
}


.fixedwidth {
/* a wide div is used for creating horizontal scrollbars for demonstration purposes */
width: 550px;
height: auto;
position: relative;
color: black;
padding: 1px;
}

/* general page style ends here */
