@charset "UTF-8";


.wideslider {
	padding-bottom: 126px;
	width: 100%;
	text-align: left;
	position: relative;
	overflow: hidden;
}

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

.wideslider ul li a:hover{
	opacity:.7;
	display:block;
}

.wideslider ul li img {
	width: 100%;
	display: none;
}

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

}

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

.pagination a {
	margin: 0 5px;
	width: 190px;
	height: 82px;
	display: inline-block;
}
.pagination a.pn1 {background: transparent url(../img/THUMB_00.jpg) no-repeat left top;}
.pagination a.pn2 {background: transparent url("../img/THUMB_25123.png") no-repeat left top;}
.pagination a.pn3 {background: transparent url(../img/THUMB_01.jpg) no-repeat left top;}
.pagination a.pn4 {background: transparent url(../img/THUMB_03.jpg) no-repeat left top;}


.pagination a.active {
	filter:alpha(opacity=70)!important;
	-moz-opacity: .7!important;
	opacity: .7!important;
}


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

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


/* #wrapper
-------------------------------- */
#wrapper {
	margin: 0 auto;
	padding: 0 40px;
	text-align: left;
}

#wrapper p {
	padding: 0 0 20px 0;
	font-size: 100%;
	line-height: 180%;

}


@media screen and (max-width:768px) {
.wideslider {
    padding-bottom: 64px;
}

.pagination {
    height: 41px;
}

.pagination a{
    background-size:95px 41px !important;
    width: 95px;
    height: 41px;
}

}