#slider1 {
	width: 960px; /* important to be same as image width */
	height: 285px; /* important to be same as image height */
	position: relative; /* important */
	overflow: hidden; /* important */
}

#slider1Content {
	width: 960px; /* 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;
	width: 960px;
	background-color: #000000;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
	color: #FF0000;
	display: none;
	padding-top: 20px;
	padding-right: 13px;
	padding-bottom: 0px;
	padding-left: 13px;
	font-family: tahoma, arial, sans-serif;
	font-size: 11px;
	line-height: 15px;
}
.clear {
	clear: both;
}
.slider1Image span strong {
	display: none;

}

.left {
	top: 0;
	left: 0;
	width: 110px !important;
	height: 285px;
}
span.bottom {
	right: 0;
	bottom: 0;
	width: 960px !important;
	height: 80px;
	padding-top: 20px;
	display: none;
	left: 0px;
	top: 205px;
}
ul { list-style-type: none;}
#slider1 a img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

