#slider {
    width: 400px; /* important to be same as image width */
	height: 171px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
	text-align:left;
	margin:0px;
	padding:0px;
	background-color:#FFFFFF;
	
}
#sliderContent {
    width: 400px; /* important to be same as image width or wider */
	min-height: 171px;
	height: auto !important;
	height: 171px; /* important to be same as image height */
    position: relative;
	top: 0;
	/*margin-left: 0;*/
	margin:0;
	padding:0;
	list-style-type: none;
}
.sliderImage {
    /*float: left;*/
    position: relative;
	display: none;
    width: 400px; /* important to be same as image width or wider */
	min-height: 171px;
	height: auto !important;
	height: 171px; /* important to be same as image height */
	margin:0;
	padding:0;
}
.sliderImage span {
    position: absolute;
	font: 10px/15px Arial, Helvetica, sans-serif;
    padding: 0px 0px;
    width: 400px;
    background-color: trasparent;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
	-khtml-opacity: 0.7;
    opacity: 0;
    color: trasparent;
    display: none;
}
.clear {
	clear: both;
}
.sliderImage span strong {
    font-size: 0px;
}

