.wideslider {
	width: 100%;
	text-align: left;
	position: relative;
	overflow: hidden;
	height:300px;
}

.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;
	/*overflow: hidden;*/
	position: absolute;
	z-index: 100;
}
.slider_prev {
	background: #000;
	filter:alpha(opacity=60)!important;
	-moz-opacity: 0.6 !important;
	opacity: 0.6 !important;
}
.slider_next {
	background: #000;
	filter:alpha(opacity=60)!important;
	-moz-opacity: 0.6 !important;
	opacity: 0.6 !important;
}

@media screen and (max-width: 1140px){
.slider_prev,
.slider_next {
	width: 0px !important;
}
}
a.btn_next{
	width:40px;
	height:40px;
	position:absolute;
	top:50%;
	display:block;
	margin:-20px 0 0;
	filter:alpha(opacity=100)!important;
	-moz-opacity: 1 !important;
	opacity: 1 !important;
	z-index:9999;
	background: url(../../images/visual_btn_next.png) no-repeat;
	right:50px;
}
a.btn_next:hover{
	background: url(../../images/visual_btn_next.png) no-repeat #000;
}
.btn_prev{
	width:40px;
	height:40px;
	position:absolute;
	top:50%;
	display:block;
	margin:-20px 0 0;
	filter:alpha(opacity=100)!important;
	-moz-opacity: 1 !important;
	opacity: 1 !important;
	z-index:9999;
	background: url(../../images/visual_btn_prev.png) no-repeat;
	left:50px;
}
a.btn_prev:hover{
	background: url(../../images/visual_btn_prev.png) no-repeat #000;
}


.pagination {
	bottom: 10px;
	left: 50%;
	height: 15px;
	text-align: center;
	position: absolute;
	z-index: 200;
	margin:0 0 0 -480px;
	background: url(../../images/visual_bg_thums.png) ;
	padding:5px 5px 5px 0;
}

.pagination a {
	margin: 0 0 0 5px;
	width: 15px;
	height: 15px;
	display: block;
	overflow: hidden;
	float:left;
	background: #FFF;
	filter:alpha(opacity=80)!important;
	-moz-opacity: 0.8 !important;
	opacity: 0.8 !important;
}
.pagination a:hover,
.pagination a.active {
	background: #E0002A;
}


/* =======================================
	ClearFixElements
======================================= */
.wideslider ul:after {
	content: ".";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}

.wideslider ul {
	display: inline-block;
	overflow: hidden;
}
