#mycustomscroll {
/* Typical fixed height and fixed width example */

	width:720px;
	height:370px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
padding-left:15px;
}

#mycustomscroll2 {
/* Typical fixed height and fixed width example */
width: 522px;
height: 80px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
}

#mycustomscroll3 {
/* Typical fixed height and fixed width example */
width: 254px;
height: 85px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
float:left;
}
#mycustomscroll_info {
/* Typical fixed height and fixed width example */
width: 775px;
height: 399px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
float:left;
margin-top:10px;
}
#mycustomscroll_sch01 {
/* Typical fixed height and fixed width example */
width: 425px;
height: 399px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
float:left;
margin-top:10px;
}
#mycustomscroll_sch02 {
/* Typical fixed height and fixed width example */
width: 330px;
height: 399px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
float:left;
margin-top:10px;
}

.fixedwidth {
/* a wide div is used for creating horizontal scrollbars for demonstration purposes */
width: 100px;
height: 100px;
position: relative;
color: black;
padding: 10px;
}

