/* ------------- BANNER 01  ------------ */
.class_1 {
	position: absolute;
	z-index:1;
	background:url('img/banner_05.jpg');
	width:775px;
	height:200px;
	float:left;
}
/* ------------- BANNER 02  ------------ */
.class_2 {
	position: absolute;
	z-index:1;
	background:url('img/banner_06.jpg');
	width:775px;
	height:200px;
	float:left;
}
/* ------------- BANNER 03  ------------ */
.class_3 {
	position: absolute;
	z-index:1;
	background:url('img/banner_07.jpg');
	width:775px;
	height:200px;
	float:left;
}
/* ------------- BANNER 04  ------------ */
.class_4 {
	position: absolute;
	z-index:1;
	background:url('img/banner_01.jpg');
	width:775px;
	height:200px;
	float:left;
}