#slider {
    width: 633px; /* important to be same as image width */
    height: 300px; /* important to be same as image height */
    position: relative; /* important */
	  overflow: hidden; /* important */
	  margin: auto;
	  float: left;

}
#sliderContent {
    width: 633px; /* important to be same as image width or wider */
    position: absolute;

}
.sliderImage {

  position: relative;
	display: none;
	    height: 300px; /* important to be same as image height */
}
#slider img
 {

max-width: 650px;
position:absolute;

top:0px;
}

.sliderImage span {
    position: absolute;
	font: 10px/15px Arial, Helvetica, sans-serif;
    padding: 10px 13px;
    width:633px;
    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;
}
.bottom {
	bottom: 0;
    left: 0;
}
#slider ul { list-style-type: none; list-style-image: none; }
#slider li { list-style-type: none; list-style-image: none; }

#slider a, #slider a:hover
{
border: 0px;
}