/*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: #333333;
margin: 0;
padding: 0;
}

#mycustomscroll2 {
/* Typical fixed height and fixed width example */
width: 397px;
height: 378px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
background-color: #333333;
margin: 0;
padding: 0;
}

#mycustomscroll4 {
/* Typical fixed height and fixed width example */
width: 570px;
height: 378px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
background-color: #333333;
margin: 0;
padding: 0;
}

#mycustomscroll5 {
/* Typical fixed height and fixed width example */
width: 397px;
height: 378px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
background-color: #333333;
margin: 0;
padding: 0;
}

#mycustomscroll3 {
/* Typical fixed height and fixed width example */
width: 525px;
height: 395px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
background-color: #FFFFFF;
margin: 0;
padding: 0;
}

#mycustomscroll6 {
/* Typical fixed height and fixed width example */
width: 397px;
height: 376px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
background-color: #333333;
margin: 0;
padding: 0;
}

#mycustomscroll7 {
/* Typical fixed height and fixed width example */
width: 762px;
height: 393px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
background-color: #333333;
margin: 0;
padding: 0;
}

#mycustomscroll8 {
/* Typical fixed height and fixed width example */
width: 762px;
height: 363px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
background-color: #333333;
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 */
