#slider1 {
    width: 975px; /* important to be same as image width */
    height: 229px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
	background-color:#666;
	margin-top:8px;
}

#slider1Content {
	width: 975px; /* important to be same as image width or wider */
	position: absolute;
	top: 0;
	margin: 0px;
	padding: 0px;
}
.slider1Image {
    float: left;
    position: relative;
	display: none;
}
.slider1Image span {
	position: absolute;
	font: 16px/20px Arial, Helvetica, sans-serif;
	width: 694px;
	background-color: #000;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
	color: #fff;
	display: none;
	padding-top: 35px;
	padding-right: 13px;
	padding-bottom: 10px;
	padding-left: 35px;
}
.clear {
	clear: both;
}
.slider1Image span strong {
    font-size: 20px;
	line-height:26px;
}
.left {
	top: 0;
    left: 0;
	width: 248px !important;
	height: 280px;
}
.right {
	right: 0;
	bottom: 0;
	width: 90px !important;
	height: 290px;
}
ul { list-style-type: none;}
