/*EX*/
.slider_end{
margin-right: 0px!important;
}

/* .wideslider .pagination .pagenation_list{
  width:100%;
} */

.wideslider {
	margin:0 0 60px;
	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 .wideslider_base {
	top: 0;
	position: absolute;
}
.wideslider .wideslider_wrap {
	top: 0;
	position: absolute;
	overflow: hidden;

}
.wideslider .slider_prev,
.wideslider .slider_next {
	top: 0;
	overflow: hidden;
	position: absolute;
	z-index: 100;
	cursor: pointer;
}
/*
.wideslider .slider_prev {background: #fff url(img/bnt_prev.jpg) no-repeat right center;}
.wideslider .slider_next {background: #fff url(img/bnt_next.jpg) no-repeat left center;}
*/

.wideslider .slider_prev {background: #ffffff;}
.wideslider .slider_next {background: #ffffff;}

.wideslider div.pagination{
margin: 0 auto;
bottom: 0;
left: 0;
right: 0;
height: 73px;
text-align: center;
position: absolute;
z-index: 200;
}
.wideslider div.pagination div.slider_prev{
width: 30px;
background: url(../images/slider/bnt_page_prev.png) no-repeat left center;
height: 72px;
left: 0;
}
.wideslider div.pagination div.slider_next{
width: 30px;
background: url(../images/slider/bnt_page_next.png) no-repeat right center;
height: 72px;
right: 0;
}
.wideslider div.pagination  {
	display:none;
}




@media (max-width: 480px) {
.wideslider div.pagination a {
width: 19%;
}
}