#slider { width: 536px; /* important to be same as image width */
	height: 354px; /* important to be same as image height */
	position: relative; /* important */
	overflow: hidden;
	float: left;
	margin-right: 10px;

}
#sliderContent { width: 540px; /* important to be same as image width or wider */
    position: absolute;
	top: 0;
	margin-left: 0;
}
.sliderImage {
    float: left;
    position: relative;
	display: none;
}
.sliderImage span {
	position: absolute;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	width: 526px;
	color: #1F2723;
	display: none;
	padding: 5px 0 0 10px;
	background-color: #e2e6e3;
}

.sliderImage span strong {
	font-size: 11px;
	font-weight: bold;
	color: #CC0000;
}




.bottom {
	bottom: 0px;
	left: 0px;
	height: 40px;
}
ul { list-style-type: none;}
.clear {
	clear: both;
}

img{

border:0px;

}
