#mycustomscroll {
	/* Typical fixed height and fixed width example */
width: 255px;
	height: 550px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
position: relative;
	background-color: #ffffff;
	margin: 0.3em auto;
}

#mycustomscroll2 {
/* Typical fixed height and fixed width example */
width: 300px;
height: 490px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
background-color: #ffffff;
margin: 0.3em auto;

}

#mycustomscroll3{
	/* Typical fixed height and fixed width example */
width: 500;
	height: 550px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
 float: left;
	background-color: #ffffff;
	}

#mycustomscroll4{
	/* Typical fixed height and fixed width example */
width: 800px;
	height: 60px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
float:left;
	background-color: #ffffff;
	margin: 0.3em auto;
}

#mycustomscroll5{
/* Typical fixed height and fixed width example */
width: 420px;
height: 60px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
background-color: #ffffff;
margin: 0.3em auto;

}


#mycustomscroll6{
	/* Typical fixed height and fixed width example */
width: 700;
	height: 700px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
position: relative;
	background-color: #ffffff;
	margin: 0.3em auto;
}

#mycustomscroll7{
	/* Typical fixed height and fixed width example */
width: 515px;
	height: 728px;
	margin-bottom:10px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
 float: left;
	background-color: #ffffff;
	}


#mycustomscroll8 {
	/* Typical fixed height and fixed width example */
width: 255px;
	height: 728px;
	margin-bottom:10px;
	
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
 float: left;
	background-color: #ffffff;
	
}

#mycustomscroll9 {
	/* Typical fixed height and fixed width example */
width: 800px;
	height: 1050px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
 float: left;
	background-color: #ffffff;
	
}









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