@charset "UTF-8";
.home_banner{
    height:300px;
    padding:0px 0 0 0;
}
	
.wideslider {
	width: 100%;
	text-align: left;
	position: relative;
	overflow: hidden;
}

.wideslider ul,
.wideslider ul li {
	float: left;
	display: inline;
	overflow: hidden;
}

.wideslider ul li img {
	width: 100%;
	display: none;
}

.wideslider_base {
	top: 0;
	position: absolute;
}
.wideslider_wrap {
	top: 0;
	position: absolute;
	overflow: hidden;

}

@media only screen and (min-width: 769px){
.slider_prev,
.slider_next {
	top: 0;
	overflow: hidden;
	position: absolute;
	z-index: 100;
	cursor: pointer;
}

.slider_prev {background: url(../img/btn_back.png) no-repeat left center, url(../img/dots.png) repeat;}
.slider_next {background: url(../img/btn_next.png) no-repeat right center, url(../img/dots.png) repeat;}
}

@media only screen and (max-width: 768px){
.slider_prev,
.slider_next {
	top: 0;
	overflow: hidden;
	position: absolute;
	z-index: 100;
	cursor: pointer;
}

.slider_prev {background: url(../img/btn_back.png) no-repeat left center;}
.slider_next {background: url(../img/btn_next.png) no-repeat right center;}
}

.pagination {
	width: 100%;
	height: 25px;
	text-align: center;
	z-index: 200;
}

.pagination a {
	position: relative;
	top: 10px;
	border-radius: 50%;
	margin: 0 5px;
	width: 15px;
	height: 15px;
	display: inline-block;
	overflow: hidden;
	background: #d7d2cf;
}
.pagination a.active {
	filter:alpha(opacity=100)!important;
	-moz-opacity: 1!important;
	opacity: 1!important;
	background: #d61726!important;
}


@media screen and (max-width: 768px) {
    .home_banner{
    height:auto;
    padding:63px 0 0 0;
    }
}

/* =======================================
	ClearFixElements
======================================= */
.wideslider ul:after {
	content: ".";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}

.wideslider ul {
	display: inline-block;
	overflow: hidden;
}
