/**** slider ***/

#slider1 {
    width: 900px; /* important to be same as image width */
    height: 365px; /* important to be same as image height */
    position: relative; /* important */
    overflow: hidden; /* important */
}

 #slider1Content { 
    width: 900px; /* important to be same as image width or wider */
    position: absolute;
    margin-top: 0px;
    margin-left: -40px;
}


.slider1Image {
    float: left;
    position: relative;
	display: none;

}
.slider1Image span {
    position: absolute;
    font-size: 12px;
    fot-family: Arial, Helvetica, sans-serif;
    padding: 20px;
    width: 900px;
    background-color: #000;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
	-khtml-opacity: 0.7;
    opacity: 0.7;
    color: #fff;
    display: none;
}