.wideslider {
	width: 100%;
	height: 420px;
	text-align: left;
	position: relative;
	overflow: hidden;
	opacity: 0;
	padding-bottom: 30px;
}

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

.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:56px 56px;
}
.slider_prev {
	background-image: url(../../img/prev.png);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 28px;
}
.slider_next {
	background-image: url(../../img/next.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 28px;
}
@media screen and (max-width:768px) {
.slider_prev,
.slider_next {
	display: none;
}
}

.pagination {
	bottom: 5px;
	left: 0;
	width: 100%;
	height: 15px;
	text-align: center;
	position: absolute;
	z-index: 200;
}
@media screen and (max-width: 640px) {
	.pagination {
	display: block;
	}
}
 
.pagination a {
	margin: 0 15px;
	width: 15px;
	height: 15px;
	display: inline-block;
	overflow: hidden;
	border-radius: 100%;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	background-color: #CCCCCC;
}
.pagination a.active {
	filter: alpha(opacity=100)!important;
	-moz-opacity: 1!important;
	opacity: 1!important;
	background-color: #EE7900;
}
 
/* =======================================
    ClearFixElements
======================================= */
.wideslider ul:after {
    content: ".";
    height: 0;
    clear: both;
    display: block;
    visibility: hidden;
}
 
.wideslider ul {
    display: inline-block;
    overflow: hidden;
	/*margin:20px 0;*/
}
.single .wideslider{
	opacity:1;	
}
