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



.wideslider {
	width: 100%;
	height: 375px;
	text-align: left;
	position: relative;
	z-index:100;
}
.wideslider ul,
.wideslider ul li {
	float: left;
	display: inline;
	overflow: hidden;
}
.wideslider_base {
	top: 0;
	text-align: center;
	position: absolute;
}
.wideslider_wrap {
	top: 0;
	position: absolute;
	overflow: hidden;
}
.slider_prev,
.slider_next {
	filter:alpha(opacity=100)!important;
	-moz-opacity: 1!important;
	opacity: 1!important;
	width: 39px;
	height: 56px;
	top: 50%;
	margin-top: -28px;
	overflow: hidden;
	position: absolute;
	z-index: 9999;
	cursor: pointer;
}
.slider_prev {left: -60px; background: url(../../img/slider_img_01.png) no-repeat right center;}
.slider_next {right: -60px; background: url(../../img/slider_img_02.png) no-repeat left center;}

.left_wrap,
.right_wrap {
	position: absolute;
	top: 0px;
	z-index: 100;
	background: url(../../img/img_00.png);
}

.pagination {
	bottom: -35px;
	left: 50%;
	margin-left:-445px;
	text-align: center;
	position: absolute;
	z-index: 200;
	background:url(../img/img_fix.png) no-repeat;
	width:890px;
	height:20px;
}

.pagination a {
	filter:alpha(opacity=100)!important;
	-moz-opacity: 1!important;
	opacity: 1!important;
	margin: 0 5px;
	width: 10px;
	height: 10px;
	display: inline-block;
	overflow: hidden;
	background: #B2BBC4;
	border-radius:10px;
}
.pagination a.active {
	
	background: #001E3C;
}



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

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

