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

#slider1 {
    width: 750px; /* important to be same as image width */
    height: 375px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
	margin:0px;
	padding:0px;
}

#slider1Content {
   /* important to be same as image width or wider */
    position: absolute;
	top: 0;
	margin-left: 0;
}
.slider1Image {
	width: 750px;
	height:375px;
    float: left;
    position: relative;
	display: none;
}

.slider1Image div {
	width: 750px;
	height:375px;
    float: left;
}
.slider1Image span {
    position: absolute;
	font: 12px/15px Arial, Helvetica, sans-serif;
    padding: 10px 13px;
    background-color: #ce2212;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
	-khtml-opacity: 0.7;
    opacity: 0.7;
    color: #fff;
    display: none;
}
.clear {
	clear: both;
}
.slider1Image span strong {
    font-size: 14px !important;
	color:#fff;
	text-decoration:none;
}
.span_left {
	top: 0;
    left: 0;
	width: 110px !important;
	height: 280px;
}
.span_right {
	right: 0;
	bottom: 0px;
	top:0px;
	width: 190px !important;
}
.header_content ul { 
	list-style-type: none; margin:0px;
	padding:0px;
}
.s3slider{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#fff !important;
}

.s3slider a{ color:#fff; text-decoration:underline;}

.s3slider strong{ color:#fff; text-decoration:none !important;}

