@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;
}

*/
#slider {
    width: 770px; 
    height: 328px; 
    position: relative; 
	overflow: hidden; 
}

#sliderContent {
    width: 770px; 
    position: absolute;
	top: 0;
	margin-left: 0;
}
.sliderImage {
    float: left;
    position: relative;
	display: none;
}
.sliderImage span {
    position: absolute;
	font: 10px/15px Arial, Helvetica, sans-serif;
    width: 770px;
	height: 60px;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
	-khtml-opacity: 0.7;
    opacity: 0.7;
    color: #fff;
    display: none;
}
.clear {
	clear: both;
}
.sliderImage span strong {
    font-size: 14px;
	padding-left:10px;
}
.left {
    background-color: #990000;
    left: 0;
	padding-top:10px;
	bottom: 0;
	width: 770px !important;
	height: 328px;
}
.right {
	background-color:#00a651;
	right: 0;
	margin-left:10px;
	padding-top:10px;
	bottom: 0;
	width: 770px !important;
	height: 328px;
}


