/* CSS Document */

/* wideslider
=============================================*/

.wideslider {
	overflow: hidden;
	position: relative;
	width: 100%;
	text-align: left;
	z-index:1;
}

.wideslider ul,
.wideslider ul li {
	display: inline;
	overflow: hidden;
	float: left;
}

.wideslider ul li img {
	display: none;
	width: 100%;
}
.wideslider_base {
	position: absolute;
	top: 0;
}

.wideslider_wrap {
	overflow: hidden;
	position: absolute;
	top: 0;
}

.slider_prev,
.slider_next {
	overflow: hidden;
	position: absolute;
	top: 0;
	z-index: 100;
	cursor: pointer;
}
.slider_prev {background: #7d7d7c url(../img/prev01.png) no-repeat right center;}
.slider_next {background: #7d7d7c url(../img/next01.png) no-repeat left center;}
 
.pagination {
	position: absolute;
	left: 0;
	bottom: 10px;
	z-index: 200;
	width: 100%;
	height: 15px;
	text-align: center;
}
 
.pagination a {
	display: none;
	width: 15px;
	height: 15px;
	margin: 0 5px;
	border: 1px solid #fff;
	background: #999999;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	overflow: hidden;
}
.pagination a:hover{
	background:#fff;
}
.pagination a.active {
	background:#fff;
	filter:alpha(opacity=100)!important;
	-moz-opacity: 1!important;
	opacity: 1!important; 
}

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


@media screen and (max-width: 949px) {
	
	.wideslider {
	margin-top:0px;
}
}
