#slider {
    width: 350px; /* important to be same as image width */
    height: 300px; /* important to be same as image height */
    position: relative; /* important */
margin : 0;
padding : 0;
}
#sliderContent {
    height: 310px; /* important to be same as image width or wider */
}
.sliderImage {
    position: relative;
float : left;
}
.sliderImage span {
    position: absolute;
	font: 12px/15px Arial, Helvetica, sans-serif;
    padding: 10px 13px;
    width: 325px;
    background-color: #333;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
	-khtml-opacity: 0.7;
    opacity: 0.7;
    color: #fff;
}

.sliderImage span a {
    font-weight : bold;
color : #fff;
}
.clear {
	clear: both;
}
.sliderImage span strong {
    font-size: 16px;
}
.top {
	top: 0;
	left: 0;
}
.bottom {
	bottom: 0;
    left: 0;
}