.wideslider {
	width: 100%;
	text-align: left;
	position: relative;
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
	height: 430px !important;
}

.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;
	left:center;
}
.wideslider_wrap {
	top: 0;
	position: absolute;
	overflow: hidden;

}
.slider_prev,
.slider_next {
	top: 0;
	position: absolute;
	z-index: 50;
	cursor: pointer;
}
.slider_prev img{
	width: auto !important;
	height: auto !important;
	position: absolute;
	right: 0px;
	top: 190px;
	z-index: 300;
}
.slider_next img{
	width: auto !important;
	height: auto !important;
	position: absolute;
	left: 0px;
	top: 190px;
	z-index: 300;
}

.slidepagination {
	bottom: 10px;
	left: 0px;
	width: 100%;
	text-align: center;
	position: absolute;
	z-index: 100;
	display: none;
}

.slidepagination a {
	margin: 0 3px;
	width: 10px;
	height: 10px;
	display: inline-block;
	overflow: hidden;
	background: #333333;
	border-radius: 5px;
}
.slidepagination a.active {
	background: #3D4070;
	filter:alpha(opacity=100)!important;
	-moz-opacity: 1!important;
	opacity: 1!important;
}
