.clr{clear:both;}
/* slider */
.wrapMainGalery{width:100%; position:relative; height:378px; padding:0; border-bottom:5px solid #222; float:left; background:#fff;}
ul, li{list-style:none;}
#slider {
	width: 100%;
	overflow: hidden;
	height: 378px;
}
.slider {
	height: 378px;
	width: 100%!important;
}
.slider_content {
	width: 100%;
	height: 378px;
	margin: 0 auto;
	display: block;
	text-indent: -9999px;
}
#one {
        width: 100%;
        height: 378px;
}
#one .slider_content {

	background: transparent url(../images/slider/1.jpg) no-repeat 50% 50%;
}
#two {
        width: 100%;
        height: 378px;
}
#two .slider_content {

	background: transparent url(../images/slider/2.jpg) no-repeat 50% 50%;
}
#three {
        width: 100%;
        height: 378px;
}
#three .slider_content {

	background: transparent url(../images/slider/3.jpg) no-repeat 50% 50%;
}

#four {
        width: 100%;
        height: 378px;
}
#four .slider_content {
	background: transparent url(../images/slider/4.jpg) no-repeat 50% 50%;
}



#five {width: 100%; height: 378px;}
#five .slider_content {background: transparent url(../images/slider/5.jpg) no-repeat 50% 50%;}

#six {width: 100%; height: 378px;}
#six .slider_content {background: transparent url(../images/slider/6.jpg) no-repeat 50% 50%;}









#slider_controls {
	width: 958px;
	position: relative;
	margin: 0 auto;
	height: 1px;
}
#slider_controls ul {
	background: transparent url(../images/slider/nav.png) no-repeat bottom center;
	display:block;
	height:32px;
	position:absolute;
	right:0;
	text-indent:-9999px;
	top:-48px;
	width:164px;
	/*z-index:9998;*/
	z-index:100;
}
#slider_controls li {
	float: left;
	width: 82px;
	height: 32px;
}
#slider_controls li a {
	display: block;
	height: 32px;
}


		
.list_carousel 
{
	margin: 10px 0 10px 0;
	width:915px;
	float:left;
	position:relative; left:0px;
}
.list_carousel ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
}
.list_carousel li {
	font-size: 40px;
	color: #999;
	text-align: center;
	height: 50px;
	padding: 0;
	display: block;
	float: left;
}
.list_carousel.responsive {
	width: auto;
	margin-left: 0;
}
.clearfix {
	float: none;
	clear: both;
}
.prev {
	float: left;
	margin-left: 10px;
}
.next {
	float: right;
	margin-right: 10px;
}
/* slider */
