@charset "utf-8";
/* CSS Document */

div#slides {
	width: 949px;
	height: 280px;
	overflow: hidden;	
	/*margin-top: 23px;	*/
	z-index: 500;
}

div#slides div {
	height: 280px;
	width: 949px;
	text-align: center;
	color: #fff;
	z-index: 501;
}


.mei1 {
	background-image: url(../slides/mei1.jpg);
	background-repeat: no-repeat;
}

.mei2 {
	background-image: url(../slides/mei2.jpg);
	background-repeat: no-repeat;
}

.slide-bg {
	background-image: url(../slides/slide-bg.jpg);
	background-repeat: no-repeat;
}