#slider1 {
	width: 100%; /* important to be same as image width */
	height: 184px; /* important to be same as image height */
	position: relative; /* important */
	overflow: hidden; /* important */
	left: 110px;
	top: 0px;
}

#slider1Content {
	width: 100%; /* important to be same as image width or wider */
	left: 0px;
	color:#4c4d4f
}
.slider1Image {
    float: left;
    position: relative;
	display: none;
}
.slider1Image span {
    position: absolute;
	font: 20px/20px Verdana, Geneva, sans-serif;
    padding: 10px 10px;
    width: 90%;
    background-color: #000;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
	-khtml-opacity: 0.7;
    opacity: 0.5;
    color: #fff;
    display: none;
}
.clear {
	clear: both;
}


ul { list-style-type: none;
margin: 0;
padding: 0;
}



