/* .slideShow
------------------------- */
.slideShow {
	margin: 20px auto 0;
	text-align: center;
	display: none;
	width: 820px !important;

}

/* .mainView
------------------------- */
.slideShow .mainView {
	position: relative;
	overflow: hidden;
	width: 820px !important;
	margin: 0 auto;
	background:url(../img/frame_bg.jpg) repeat;
	padding-top: 60px;
	padding-bottom: 60px;
	border-radius: 10px;

}
.slideShow .mainView .frame {
	position: absolute;
	top: 15px;
	left: 20px;
	z-index: 10
}
.slideShow .mainView ul {
	width: 100%;
	overflow: hidden;
	position: relative;

}
.slideShow .mainView ul li {
	top: 0;
	left: 0;
	position: absolute;
	z-index: 9 !important;

}
.slideShow .mainView ul li img {
	width: 100%;
}

/* .thumbNail
------------------------- */
.slideShow .thumbNail {
	width: 100%;
	overflow: hidden;
	z-index:105;
	position: relative;
	margin: 20px auto;	
}

.slideShow .thumbNail ul {
	width: 100%;
}

.slideShow .thumbNail ul li {
	float: left;
	display: inline;
	overflow: hidden;
	cursor: pointer;
	border-radius: 5px;
	margin-right: 23px;
	width: 145px !important;
}
.slideShow .thumbNail ul li.last {
	margin-right: 0px;
}{
	
}

.slideShow .thumbNail ul li img {
	width: 100%;
}

.slideShow .thumbNail ul li.active {
	filter: alpha(opacity=100)!important;
	-moz-opacity: 1!important;
	opacity: 1!important;
}

/* sideNavi
------------------------- */
/*.slideShow .mainView .btnPrev,
.slideShow .mainView .btnNext {
	top: 0;
	width: 5%;
	height: 100%;
	position: absolute;
	z-index: 100;
}
.slideShow .mainView .btnPrev {
	left: 0;
	background: #ccc url(../img/btnPrev.png) no-repeat center center;
}
.slideShow .mainView .btnNext {
	right: 0;
	background: #ccc 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;
}