#slider {

  float: left;

  margin: 39px 0 0 50px;

  width: 500px; /* important to be same as image width */

  height: 200px; /* important to be same as image height */

  position: relative; /* important */

	overflow: hidden; /* important */

}

#sliderContent {

  width: 500px; /* important to be same as image width or wider */

}

.sliderImage {

  float: left;

  position: relative;

	display: none;

}

.sliderImage span {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 10px;
	width: 480px !important;
	width: 500px;
	background-color: #000;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	color: #fff;
	font: 10px/15px Arial, Helvetica, sans-serif;
	display: none;

}

.clear {

	clear: both;

}

.sliderImage span strong {

    font-size: 14px;

    font-weight: bold;

}
