@charset "UTF-8";
/* CSS Document */

/* ----------------------------------------------------------------------------------
wideslider
---------------------------------------------------------------------------------- */

.wideslider {
	position: relative;
	width: 100%;
	height: 612px;
	text-align: left;
	overflow: hidden;
	margin: 0px auto;
	margin-top: 40px !important;
	padding: 0px;
}

.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: relative;
	overflow: hidden;

}

.slider_prev,
.slider_next {
	position: absolute;
	top: 0;
    overflow: hidden;
    z-index: 1000;
    cursor: pointer;
	margin: 0px ;
}

.slider_prev {
	background: url(../img/prev.png) no-repeat center;
}
	
.slider_next {
	background: url(../img/next.png) no-repeat center;
}

.pagination {
	top: 20px;
	left: 0;
	width: 100%;
	height: 15px;
	text-align: center;
	position: absolute;
	z-index: 200;
}

.pagination a {
	margin: 0 7px;
	width: 13px;
	height: 13px;
	display: inline-block;
	overflow: hidden;
	background: #fff;
	border-radius: 50%;
}

.pagination a.active {
	filter:alpha(opacity=100)!important;
	-moz-opacity: 1!important;
	opacity: 1!important;
	z-index: 1000;
	background: #DC711E;
}

.pagination a:hover {
	filter:alpha(opacity=100)!important;
	-moz-opacity: 1!important;
	opacity: 1!important;
	z-index: 1000;
	background: #DC711E !important;
}

/* =======================================
	ClearFixElements
======================================= */

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

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