﻿@charset "utf-8";

/* =======================================

	CommonElements

======================================= */

.wideslider {
	width: 100%;
	height: 555px;
	text-align: left;
	position: relative;
	overflow: hidden;
	z-index:9;
}

.wideslider ul,
.wideslider ul li {
	float: left;
	display: inline;
	/*overflow: hidden;*/
}
.wideslider ul li img{
	position:relative;
	right:-40px;
}

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

}
.slider_prev,
.slider_next {
	width:46px !important;
	height:46px !important;
	top: 45%;
	overflow: hidden;
	position: absolute;
	z-index: 100;
	cursor: pointer;
	display:block;
}
.slider_prev {
	left:-4% !important;
	background:url(../img/common/cmn_slider_left.png) no-repeat;
}
.slider_next {
	right:-2% !important;
	background:url(../img/common/cmn_slider_right.png) no-repeat;
}
/*
.slider_prev:hover{
	background:url(../img/top/slider_arrow_left-on.png) no-repeat;
}
.slider_next:hover{
	background:url(../img/top/slider_arrow_right-on.png) no-repeat;
}

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

.pagination a {
	display: inline-block;
	background:url(../img/common/cmn_slider_pager.png) no-repeat;
	width: 15px;
	height: 15px;
	/*border-radius: 10px;
	margin: 0 5px;
	width: 10px;
	height: 10px;
	display: inline-block;
	overflow: hidden;
	background: #333;
	*/
}
.pagination a:not(:last-child){
	margin-right: 10px;
}
.pagination a.active {
	background:url(../img/common/cmn_slider_pager-on.png) no-repeat;
	/*
	background:#FF6600;
	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;
}
