

#slider {    width: 919px; /* important to be same as image width */
    height: 314px; /* important to be same as image height */
    position: relative; /* important */
    overflow: hidden; /* important */
}

#sliderContent {
    width: 919px; /* important to be same as image width or wider */
   
}
.sliderImage {
   
  
   
    width: 919px;
    height:314px;
    left: 0;
    margin-left: 0;
	
	  
  

}
.sliderImage img{
    float: left;
      position: absolute;
    left: 0;
    margin-left: 0;
}
.sliderImage span {
    position: absolute;
    font: 14px ËÎÌå,sans-serif;
    padding: 1px 9px;
    width: 919px;
    height:30px;
    line-height: 30px;
    background-color: #000;
    filter: alpha(opacity=60);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
    color: #fff;
    display: none;
letter-spacing:0.3mm;
}
.clear {
 clear: both;
}
.sliderImage span strong {
    font-size: 100%;
}
.top {
 top: 0;
 left: 0;
}
.bottom {
 bottom: 0;
    left: 0;
}
ul {
 list-style-type: none;
}