div#preload { display: none; }

#preloader{
	z-index:300;
	position:absolute;
	left:400px;
	top:200px;
	
}
.slider{
	width:700px;
	height:250px;
	overflow:hidden;
	z-index:1;
	position:relative;
}
.descriptionMain{

}
#yourId-imgCon > img:first-child{
	z-index:200;
}
#yourId-imgCon > img{
	position:static;
}
.descriptionText{
	position:absolute;
	text-shadow: 2px 2px 2px #000;
	font-size:16px;
	z-index:999;
	color:#fff;
	
	width:680px;
	left:10px;
	top:390px;
	filter:inherit;
}
.descriptionBg{
	/*visibility:inherit;*/
	background-color:#000;
	z-index:80;
	
	width:701px;
	height:41px;
	
	left:0px;
	top:380px;
	
	opacity:0.5;
	filter:alpha(opacity=50);
	
}