@charset "utf-8";

/*
 *
 *	SP - sliderBox
 *
 */

/*===============================
	sliderBox
===============================*/



/****** common ******/



#main {
	box-shadow: none;
}
#main .sliderBox {
	position: relative;
	width: 100%;
	margin: 0 0 20px 0;
	background: #231915;
}

#main .doubleSlider-1 {
	width: 100%;
}
#main .doubleSlider-1 .slider {
	width: 100%;
	height: 100%;
}
#main .doubleSlider-1 .slider .item {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0 0 0 0;
}
#main .doubleSlider-1 .slider .item img {
	display: block;
	width: 100%;
	height: auto;
}
#main .doubleSlider-1 .slider .item .btnBox {
	position: relative;
	bottom: 0;
	left: 0;
	width: 100%;
	margin: 0;
	padding: 6px 3px;
	text-align: center;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	list-style-type: none;
}
#main .doubleSlider-1 .slider .item .btnBox li {
	float: left;
	margin: 0 0 0 0;
	padding: 0 3px;
	width: 25%;
	line-height: 0;
	list-style-type: none;
}
#main .doubleSlider-1 .slider .item .btnBox li:first-child {
	margin: 0 0 0 0;
}
#main .doubleSlider-1 .slider .item .btnBox li a {
	padding: 0 0;
}
#main .doubleSlider-1 .slider .item .btnBox li a:hover {
	opacity: 1 !important;
	-ms-filter:alpha(opacity=100) !important;
	filter:alpha(opacity=100) !important;
}
#main .doubleSlider-1 .slider .item .btnBox li a img {
	width: 100%;
	height: auto;
}

#main .doubleSlider-2 {
	display: none;
	margin: 0 0 0 0;
	padding: 2px 0 6px 0;
	width: 100%;
	height: 58px;
	background: #e9e8e8;
	-webkit-box-sizing:content-box;
	-moz-box-sizing:content-box;
	box-sizing:content-box;
}
#main .doubleSlider-2 .slider {
	width: 100%;
	height: 100%;
}
#main .doubleSlider-2 .button {
	position: relative;
	float: left;
	margin: 0 3px;
	width: 96px;
	height: 58px;
}
#main .doubleSlider-2 .button .item {
	position: absolute;
	top: 4px;
	left: 0;
	width: 96px;
	height: 54px;
}
#main .doubleSlider-2 .button .item img {
	width: 100%;
	height: 100%;
}
#main .doubleSlider-2 .button .border {
	position: absolute;
	top: 0;
	left: 0;
	width: 96px;
	height: 58px;
	background: url(../images/active.png) no-repeat 0 0;
	background-size: 100% 100%;
	opacity: 0;
	filter: alpha(opacity:0);
}
#main .doubleSlider-2 .selected .border {
	opacity: 1;
	filter: alpha(opacity:100);
}

#main .doubleSliderPrevButton {
	display: none;
}
#main .doubleSliderNextButton {
	display: none;
}

#main .cboxElement:focus {
	outline: 0;
}

#main .sliderLoading {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #ffffff url(../images/loading.gif) no-repeat center bottom;
	background-size: 20px 20px;
	z-index: 10;
}

#main .indicators_wrap {
	display: block;
	position: relative;
	width: 100%;
	height: 10px;
	padding: 10px 0;
	background: #ffffff;
	overflow: hidden;
}
#main .indicators {
	position: relative;
	left: 50%;
	float: left;
}
#main .indicators .item {
	position: relative;
	left: -50%;
	float: left;
	width: 10px;
	height: 10px;
	margin: 0 2px;
	background: #e9e8e8;
	border: 1px solid #dddddd;
	border-radius: 100%;
}
#main .indicators .selected {
	background: #e60012;
	border: 1px solid #e60012;
}


