#slider {
	float:left;
    width: 358px; /* important to be same as image width */
    height: 212px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
  border-width:2px; border: 5px solid #DDDDDD;
}


#sliderContent {
    width: 358px;
    position: absolute;
	top: 0;
	margin-left: 0;
}
.sliderImage{
    float: left;
    position: relative;
	
}
.sliderImage img{ width:358px;}
.sliderImage span {
	
	display:none;
    position: absolute;
	font: 14px ;
	font-weight:400;
	line-height:25px;
	font-family: "ËÎÌå";
 	margin-top:1px;
	
	top:190px;
	height:60px;	
    width: 358px;
	padding-left:5px;
	padding-top:0px;
	
    background-color: #333;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
	-khtml-opacity: 0.7;
    opacity: 0.7;
    color: #fff;

	
    
}


.clear {
	clear: both;
}
.sliderImage span strong {
    font-size: 14px;
}
