#slider, #slider1 {
    width: 350px; /* important to be same as image width */
    height: 233px; /* important to be same as image height */
    position: relative; /* important */
    overflow: hidden; /* important */
    float: left;
}
#slider {
    margin: 0 5px 0 0;
    border-top: 1px solid #5599a7;
}
#slider1 {
    margin: 0 0 0 5px;
    border-top: 1px solid #5599a7;
}

#sliderContent, #slider1Content {
    width: 350px; /* important to be same as image width or wider */
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
}
.sliderImage, .slider1Image {
    float: left;
    position: relative;
    display: none;
}
.sliderImage img, .slider1Image img {
   border: 0;
   padding: 0;
   margin: 0;
}
.sliderImage a, .slider1Image a {
   color: #fff;
   text-decoration: none;
}
.sliderImage a:hover, .slider1Image a:hover {
   color: #fff;
   text-decoration: none;
}
.sliderImage a:visited, .slider1Image a:visited {
   color: #fff;
   text-decoration: none;
}
.sliderImage span, .slider1Image span {
    position: absolute;
    font: 10px/15px Arial, Helvetica, sans-serif;
    padding: 10px 15px;
    width: 320px;
    background-color: #5599a7;
    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, .slider1Image span strong {
    font-size: 12px;
}
.top {
	top: 0;
	left: 0;
}
.bottom {
	bottom: 0;
    left: 0;
}
ul { list-style-type: none;
    padding: 0;
    margin: 0;
    }
    
