#visual{
    margin-bottom: 20px;
}

.wideslider {
	width: 100%;
	text-align: left;
	position: relative;
	overflow: hidden;
	padding:0;
}
@media screen and (max-width: 880px) {
	.wideslider {
		padding:0 0 41px;
	}
}

.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;
	padding:0;

}
.slider_prev,
.slider_next {
	top: 0px;
	/*overflow: hidden;*/
	position: absolute;
	z-index: 100;
}
.slider_prev,
.slider_next{
	background: #fff;
	filter:alpha(opacity=80)!important;
	-moz-opacity: 0.8 !important;
	opacity: 0.8 !important;
	height: 653px !important;
}

@media screen and (max-width: 1140px){
.slider_prev,
.slider_next {
	width: 0px !important;
}
}
a.btn_next{
    display: none;
	width:42px;
	height:42px;
	position:absolute;
	top:42%;
	margin:-18px 0 0;
	filter:alpha(opacity=100)!important;
	-moz-opacity: 1 !important;
	opacity: 1 !important;
	z-index:9999;
	background: #cccccc  url(../img/visual_btn_next.png) no-repeat;
	right:-65px;
	opacity: 0.5;
	border-radius: 50%;
	box-shadow: 0 1px 1px rgba(255,255,255,0.8);
}
a.btn_next:hover{
	filter:alpha(opacity=70)!important;
	-moz-opacity: 0.7 !important;
	opacity: 0.7 !important;
}
.btn_prev{
    display: none;
	width:42px;
	height:42px;
	position:absolute;
	top:42%;
	margin:-18px 0 0;
	filter:alpha(opacity=100)!important;
	-moz-opacity: 1 !important;
	opacity: 1 !important;
	z-index:9999;
	background: #cccccc url(../img/visual_btn_prev.png) no-repeat;
	left:-65px;
	opacity: 0.5;
	border-radius: 50%;
	box-shadow: 0 1px 1px rgba(255,255,255,0.8);
}
a.btn_prev:hover{
	filter:alpha(opacity=70)!important;
	-moz-opacity: 0.7 !important;
	opacity: 0.7 !important;
}


.paginations {
    display: none;
	bottom: 10px;
	left: 50%;
	width: 960px;
	height: 46px;
	text-align: center;
	position: absolute;
	z-index: 200;
	margin:0 0 0 -480px;
}
.paginations a {
	margin: 0 5px 0 0;
	width: 170px;
	height: 46px;
	display: inline-block;
	overflow: hidden;
	background: #FFF;
	filter:alpha(opacity=80)!important;
	-moz-opacity: 0.8 !important;
	opacity: 0.8 !important;
	border: #88cf00 1px solid;
}
.paginations a.pn1 {
	background: url(../img/img_main01.jpg);
	background-size: 170px auto;
}
.paginations a.pn2 {
	background: url(../img/img_main02.jpg);
	background-size: 170px auto;
}
.paginations a.pn3 {
	background: url(../img/img_main03.jpg);
	background-size: 170px auto;
}
.paginations a.pn4 {
	background: url(../img/img_main04.jpg);
	background-size: 170px auto;
}
.paginations a.pn5 {
	background: url(../img/img_main05.jpg);
	background-size: 170px auto;
	margin:0;
}
.paginations a:hover,
.paginations a.active {
	filter:alpha(opacity=100)!important;
	-moz-opacity: 1 !important;
	opacity: 1 !important;
}
@media screen and (max-width: 880px) {
	.paginations {
		left: 0;
		width: 100%;
		height: 18px;
		margin:0;
	}
	.paginations a {
		margin: 0 10px 0 0;
		width: 15px;
		height: 15px;
		display: inline-block;
		background:#fff !important;
		background-size: 18px auto !important;
		filter:alpha(opacity=60)!important;
		-moz-opacity: 0.6 !important;
		opacity: 0.6 !important;
	}
}

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

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