@charset "utf-8";
/* CSS Document */

#slider1 {
	width: 668px; /* important to be same as image width */
	height: 426px; /* important to be same as image height */
	position: relative; /* important */
	overflow: hidden; /* important */
	float:left;
	margin-right:30px;
	margin-left:-20px;
}

#slider1Content {
	width: 668px;
	color:#4c4d4f
}
.slider1Image {
    float: left;
    position: relative;
	display: none;
}
.slider1Image span {
    position: absolute;
	font: 23px Arial, Helvetica, sans-serif;
	line-height:27px;
    width: 688px;
    background-color: #fff;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
	-khtml-opacity: 0.7;
    opacity: 0.7;
    color: #314e57;
    display: none;
	padding-left:20px;
	padding-right:20px;
	font-weight:bold;
}
#slider1 .clear {
	clear: both;
}
.slider1Image span strong {
    font-size: 30px;
}
#slider1 .left {
	top: 0;
    left: 0;
	width: 181px !important;
	height: 426px;
}
#slider1 ul { list-style-type: none;
margin: 0;
padding: 0;
}
#slider1 a {
	color:#314e57;
	text-decoration:none;
}
#slider1 a:hover {
	text-decoration:underline;
}