
#slider1 {
    width: 965px; /* important to be same as image width */
    height: 239px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
	top: -43px;
    left: -40px;
    z-index:0;
}

#slider1Content {
    width: 965px; /* important to be same as image width or wider */
    position: absolute;
    z-index:0;
}
.sliderImage, .slider1Image {
    float: left;
    position: absolute;
	display: none;
}
.sliderImage span {
    position: absolute;
	font: 10px/15px Arial, Helvetica, sans-serif;
    padding: 10px 13px;
    width: 384px;
    background-color: #000;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
	-khtml-opacity: 0.7;
    opacity: 0.7;
    color: #fff;
    display: none;
}

.slider1Image span {
    position: absolute;
    padding: 10px 13px;
    width: 190px;
    background-color: #000;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
	-khtml-opacity: 0.7;
    opacity: 0.7;
    color: #ece427;
    font-size:15px;
    display: none;
    font-family:georgia;
	font-weight:bold;
}
.clear {
	clear: both;
}
.sliderImage span strong, .slider1Image span strong {
    font-size: 14px;
}
.top {
	top: 0;
	left: 0;
	height:239px;

}
.bottom {
	bottom: 0;
    left: 0;
}


ul { list-style-type: none;}
