#slider1 {
	width: 975px; /* important to be same as image width */
	height: 378px; /* important to be same as image height */
	position: relative; /* important */
	overflow: hidden; /* important */
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-color: #FFFFFF;
}

#slider1Content {
	width: 975px; /* important to be same as image width or wider */
	position: absolute;
	top: 0;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.slider1Image {
    float: left;
    position: relative;
	display: none;
}
.slider1Image span {
	position: absolute;
	background-color: #000;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
	color: #fff;
	display: none;
	padding-top: 100px;
	padding-right: 13px;
	padding-bottom: 10px;
	padding-left: 25px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	line-height: 15px;
}

.clear {
	clear: both;
}
.slider1Image span strong {
	font-size: 20px;
}
.left {
	top: 0;
	left: 0;
	width: 270px !important;
	height: 348px;
}
.right {
	right: 0;
	bottom: 0;
	width: 270px !important;
	height: 348px;
	top: 0px;
	padding: 0px;
}
ul { list-style-type: none;}
