#slider1 {
    width:100%; 
	height:324px; 
    position: relative; /* important */
	overflow: hidden; /* important */
}

#slider1Content {
    width: 100%; /* important to be same as image width or wider */
    position: absolute;
	top: 0;
	margin-left: 0;
}

.slider1Image {
    float: left;
    position: relative;
	display: none;
	width:100%; 
}
.slider1Image span {
	position: absolute;
	padding: 30px;
	width: 36%;
	background-color: #000;
	filter: alpha(opacity=20);
	-moz-opacity: 0.4;
	-khtml-opacity: 0.4;
	opacity: 0.4;
	color: #FFFFFF;
	font-size:3em;
	display: none;
	margin-left: 50px;
	margin-top: 50px;
}
.clear {
	clear: both;
}
.slider1Image span strong {
    font-size: 14px;
}
.left {
	top: 0;
    left: 0;
	
}

ul { list-style-type: none;}
