@charset "UTF-8";
/* CSS Document */
#slider1 {
	width: 725px; /* important to be same as image width */
	height: 250px; /* important to be same as image height */
	position: relative; /* important */
	overflow: hidden; /* important */
}

#slider1Content {
	width: 725px; /* important to be same as image width or wider */
	position: absolute;
	top: 0;
	margin-left: 0;
	height: 250px;
}
.slider1Image {
    float: left;
    position: relative;
	display: none;
}
.slider1Image span {
	position: absolute;
	width: 580px;
	background-color: #F60;
	filter: alpha(opacity=80);
	-moz-opacity: 0.9;
	-khtml-opacity: 0.8;
	opacity: 0.9;
	display: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #000;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.clear {
	clear: both;
}
.slider1Image span strong {
	font-size: 15px;
	line-height: 20px;
	text-shadow: #cccccc 1px 1px 0px;
}
.left {
	top: 0;
    left: 0;
	width: 110px !important;
	height: 250px;
}
.right {
	right: 0px;
	width: 145px !important;
	height: 250px;
	top: 0px;
}
ul { list-style-type: none;}

.slider1Image a {
	color: #FFF;
}

