@charset "utf-8";

section  {
	margin-bottom: 20px;
}

.wideslider {
	width: 100%;
	height: 600px;
	text-align: left;
	position: relative;
	overflow: hidden;
}

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

.wideslider ul li #bn_3 {
	float: left;
	width: 315px;
}
.wideslider ul li #bn_2 {
	float: left;
	width: 472px;
}

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

}
.slider_prev,
.slider_next {
	top: 0px;
	overflow: hidden;
	position: absolute;
	z-index: 100;
	cursor: pointer;
}
.slider_prev {background: #fff url(image/prev.png) no-repeat right center;}
.slider_next {background: #fff url(image/next.png) no-repeat left center;}

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

.pagination a {
	margin: 0 5px;
	width: 10px;
	height: 10px;
	display: inline-block;
	overflow: hidden;
	background: #333;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px; 
}
.pagination a.active {
	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;
}


ul#main_bn_thum {
	width: 750px;
	margin-left: auto;
	margin-right: auto;
}
ul#main_bn_thum li {
	width: 125px;
	margin-right: 20px;
	float: left;
}
ul#main_bn_thum li img {
	width: 100%;
}

ul#main_bn_thum li.last {
	margin-right: 0px;
}

ul#main_bn_thum li a img{
filter: alpha(opacity=100);
-moz-opacity:1;
opacity:1;
}
ul#main_bn_thum li a:hover img{
filter: alpha(opacity=50);
-moz-opacity:0.5;
opacity:0.5;
}
