#slider {
    width: 925px; /* important to be same as image width */
    height: 132px; /* important to be same as image height */
    position: relative; /* important */
    overflow: hidden;/* important */
   /* background-image:url('../images/slideshow_bck.png');	  */
    margin-left:00px; margin-top:0px;
}
#sliderContent {
    /*
    width: 511px; 
    height:110px;
    */
height: 132px; width:925px;    
    overflow:hidden;
    position: absolute;
    margin-top:0px;
    margin-left: 0px;
    padding:0px;

}
.sliderImage {
    float: left;
    position: relative;
    list-style-type:none;
    display: none;
}
.sliderImage span {
    position: absolute;
font: 13px/15px Arial, Helvetica, sans-serif;
   /* padding: 5px;*/
    width: 925px;
    background-color: #000;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
	-khtml-opacity: 0.7;
    opacity: 0.7;
    color: #fff;
    display: none;
}
.clear {
	clear: both;
}
.sliderImage span strong {
    font-size: 14px;
}
.top {
	top: 0;
	left: 0;
}
.top1 {
	top: -50px;
	left: 0;
}
.bottom {
	bottom: 0;
    left: 0;
}
ul { list-style-type: none;}
