.easy_slides_container {
	overflow:hidden;
	position:relative
}

.easy_slides_img1,.easy_slides_img2,.easy_slides_img3,.easy_slides_img4 {
	display:none;
	top:0;
	position:absolute;
}

.easy_slides_img1 {
	z-index:1;
}

.easy_slides_img2 {
	z-index:2;
}

.easy_slides_img3 {
	z-index:2;
}

.easy_slides_img4 {
	z-index:2;
}

.easy_slides_caption {
	position:absolute;
	bottom:0;
	background-image:url(../images/bg.png);
	background-color:transparent;
	display:none;
	z-index:3;
	color:#fff;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:16px;
}