#slider1 {
    width: 856px; /* important to be same as image width */
    height: 303px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
	margin:0px;
	padding:0px;
}

#slider1Content {
    width: 856px; /* important to be same as image width or wider */
    position: absolute;
	top: 0px;
	margin-left: 0px;
	left: 0px;
	border: 0px;
	float: left;
	margin: 0px;
	margin-right: 0px;
	padding: 0px;
	right: 0px;
	}
	
.slider1Image {
    float: left;
    position: relative;
	display: none;
	margin:0px;
	padding:0px;
		border: 0px;

}
.slider1Image span {
    position: absolute;
	font: 15px  Georgia, "Times New Roman", Times, serif;
    padding: 10px 13px;
    width: 694px;
	text-align:right;
    background-color: #000;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
	-khtml-opacity: 0.7;
    opacity: 0.7;
    color: #fff;
    display: none;
}

.clear {
	clear: both;
}
.slider1Image span strong {
    font-size: 30px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#FFF;
}
.first {
	top: 200px;
	left:580px;
	width: 250px !important;
	height: 50px;
}

.second {
	top: 0;
    left: 0px;
	width: 250px !important;
	height: 90px;
}


.third {
	top: 50px;
    left: 570px;
	width: 260px !important;
	height: 20px;
}


.four {
	top: 220px;
	width: 280px !important;
	height: 20px;
}

.five {
	top: 220px;
	width: 200px !important;
	height: 20px;
}

.six {
	top: 20px;
    left: 590px;
	width: 240px !important;
	height: 20px;
}


ul { list-style-type: none;}