@charset "utf-8";
/* CSS Document */
/*
#banners-areas{
	height:106px;
	width:979px;
	margin-top:25px;
	float:none;
}

#banner-home{
	margin-top: -35px;
	float:left;
	width: 312px;
	height:106px;
}

*/
#slider1 {
    width: 979px; 
    height: 530px; 
    position: relative; 
	overflow: hidden; 
	background-color:#f5f5f5;
}

#slider1Content {
    width: 979px; 
    position: absolute;
	top: 0;
	margin-left: 0;
}
.slider1Image {
    float: left;
    position: relative;
	display: none;
}
.slider1Image span {
    position: absolute;
	font: 10px/15px Arial, Helvetica, sans-serif;
    width: 979px;
	height: 60px;
    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;
	padding-left:10px;
}
.left {
    background-color: #990000;
    left: 0;
	padding-top:10px;
	bottom: 0;
	width: 979px !important;
	height: 530px;
}
.right {
	background-color:#00a651;
	right: 0;
	margin-left:10px;
	padding-top:10px;
	bottom: 0;
	width: 979px !important;
	height: 530px;
}


