﻿@charset "utf-8";

/* =======================================

	CommonElements

======================================= */


/* .slideShow
------------------------- */
#slideShow_wrapper { margin: 50px auto 0 auto; width:80% !important;  overflow: hidden; }

#slideShow_wrapper .slideShow_txts{ width: 100%; font-size: 12px; line-height: 18px; color: #555; text-align: right; padding-top: 5px; }

.slideShow {	margin:0px auto;	width:100% !important; /*display: none;*/ max-width:1000px; overflow: hidden;}

/* .mainView
------------------------- */
.slideShow .mainView {	width: 100% !important;	position: relative;	background:#000; margin:0px auto;	}
.slideShow .mainView ul {width: 100% !important;	overflow: hidden;	position: relative;}
.slideShow .mainView ul li {	top: 0;	left: 0;	width: 100%;	position: absolute;}
.slideShow .mainView ul li img {width: 100%;}

/* .thumbNail
------------------------- */
.slideShow .thumbNail {	width: 100%;	overflow: hidden;}
.slideShow .thumbNail ul {	width: 100%;	margin-top:35px;}
@media screen and (max-width: 900px) {
.slideShow .thumbNail ul {	width: 100%;	margin-top:5%;}
}
.slideShow .thumbNail ul li {	float: left;	display: inline;	overflow: hidden;	cursor: pointer;	width:23%;	margin-right: 2.66%;}
.slideShow .thumbNail ul li.m_none{margin-right: 0% !important;}
.slideShow .thumbNail ul li img {width: 100%;vertical-align:bottom;}
.slideShow .thumbNail ul li.active {	filter: alpha(opacity=100)!important;	-moz-opacity: 1!important;	opacity: 1!important;	border:solid 1px #fff;	box-sizing:border-box;}
.slideShow .thumbNail ul li:hover { cursor: pointer;}

/* .thumbNail_name
------------------------- */
.slideShow .thumbNail_name {	width: 100%;	overflow: hidden;}
.slideShow .thumbNail_name ul {	width: 100%;	margin-top:10px;}
.slideShow .thumbNail_name ul li {	float: left;	display: inline;	overflow: hidden; width:23%; margin-right: 2.66%; text-align:center;}
.slideShow .thumbNail_name ul li.m_none{margin-right: 0% !important;}
.slideShow .thumbNail_name ul li img { width:100%; max-width:170px;}


@media screen and (max-width: 600px) {
.slideShow .thumbNail_name ul {	width: 100%;	margin-top:2%;}
}




/* sideNavi
------------------------- */
.slideShow .mainView .btnPrev,
.slideShow .mainView .btnNext {
	top: 0;
	width: 5%;
	height: 100%;
	position: absolute;
	z-index: 100;
}
.slideShow .mainView .btnPrev {
	left: 0;
	background:  url(../img/btnPrev.png) no-repeat center center;
}
.slideShow .mainView .btnNext {
	right: 0;
	background:  url(../img/btnNext.png) no-repeat center center;
}


/* =======================================
	ClearFixElements
======================================= */
.slideShow ul:after {
	content: ".";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}

.slideShow ul {
	display: inline-block;
	overflow: hidden;
}

