.easy_slides_container {
	border: 0px solid #000;
	overflow: hidden;
	position: relative
}
.easy_slides_img1, .easy_slides_img2 {
	display: none;
	top: 0;
	position: absolute
}
.easy_slides_img1 {
	z-index: 2
}
.easy_slides_img2 {
	z-index: 1
}
.easy_slides_caption {
	position: absolute;
	bottom: 0;
	background-image: url(/layout/stc/img/1x1.png);
	background-color: transparent;
	display: none;
	z-index: 3;
	color: #fff;
	font-family: sans-serif;
	font-size: 16px
}