#slider1 {
    width: 540px; /* important to be same as image width */
    height: 220px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
	line-height:18px;
}

#slider1Content {
    width: 540px; /* important to be same as image width or wider */
    position: absolute;
	top: 0;
	margin-left: 0;
}
.slider1Image {
    float: left;
    position: relative;
	display: none;
}
.slider1Image span {
    position: absolute;
	font-family:Arial, Helvetica, sans-serif, Helvetica, sans-serif; 
	font-size:12px;
    padding: 10px;
    width: 444px;
    background-color: #003145;
    filter: alpha(opacity=85);
    -moz-opacity: 0.85;
	-khtml-opacity: 0.85;
    opacity: 0.85;
    color: #fff;
    display: none;
}
.clear {
	clear: both;
}
.slider1Image span strong {
    font-size: 18px;
	color:#d52b1e;
	
}
.Left {
	top: 0;
    left: 0;
	width: 180px !important;
	height: 180px;
}
.Center {
	top: 0;
    left: 180px;
	width: 180px !important;
	height: 180px;
}
.Right {
	right: 0;
	bottom: 0;
	width: 180px !important;
	height: 180px;
}
ul { list-style-type: none;}