.wideslider {
    width: 100%;
    height: 440px;
    text-align: left;
    position: relative;
    /*overflow: hidden;*/
	min-width:980px;
}
@media screen and (max-width: 768px) {
	.wideslider {
		overflow: hidden;
		height: auto;
	}
}
@media (max-width: 1020px) and (min-width: 768px) {
	
}
 
.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;
}
.slider_prev,
.slider_next {
    top: 0;
    position: absolute;
    z-index: 100;
    cursor: pointer;
	/*background-size:60px 60px;*/
}
.slider_prev:before{
	background-image:url(../../img/top/prev.png);
	background-repeat: no-repeat;
	background-position: right center; 
	background-size: 60px 60px;
	position: absolute;
	top: 50%;
	right: -30px;
	content: "";
	width: 60px;
	height: 60px;
	margin-top: -30px;
	opacity:1.0;
}
.slider_next:before{
	background-image: url(../../img/top/next.png);
	background-repeat: no-repeat;
	background-position: right center; 
	background-size: 60px 60px;
	position: absolute;
	top: 50%;
	left: -30px;
	content: "";
	width: 60px;
	height: 60px;
	margin-top: -30px;
	opacity:1.0;
}
@media screen and (max-width: 768px) {
.slider_prev:before,
.slider_next:before {
	background-image:none;
}
.slider_prev {
	left: 10px!important;
}
.slider_next {	
}
}
.pagination {
	display: none;
}
.pagination{
	bottom:0;
}
@media screen and (max-width: 768px) {
	.pagination {
		display:none;
	}
	
}
 
.pagination a {
    margin: 0 5px;
    width: 10px;
    height: 10px;
    display: inline-block;
    overflow: hidden;
    background: #DDDDDD;
	border-radius: 100%;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
}
.pagination a.active {
    filter:alpha(opacity=100)!important;
    -moz-opacity: 1!important;
    opacity: 1!important;
	background: #F45571;
}
 
/* =======================================
    ClearFixElements
======================================= */
.wideslider ul:after {
    content: ".";
    height: 0;
    clear: both;
    display: block;
    visibility: hidden;
}
 
.wideslider ul {
    display: inline-block;
    overflow: hidden;
}
.wideslider ul li{
	position:relative;
}
.wideslider ul li .btn01{
	position:absolute;
	left:25px;
	bottom:20px;
}