#picarea {
	margin: 20px auto;
	width: 100%;
}
#bigpicarea {
	position: relative;
	overflow: hidden;
}
.image {
	text-align: center
}

#bigpicarea .word {
	text-align: center;
	width:100%;
	height: 80px;
	color: #333;
	background:#000;
	opacity:0.3;
	position:absolute;
	bottom:0;
}
#bigpicarea .word h3 {
	line-height: 80px;
	color: #fff;
}
#bigpicarea .ui-els-hide {
	display: none
}
#thumbs {
	list-style-type: none;
	margin: 0px auto;
	overflow:hidden
}
* html #thumbs {
	height: 100%
}
#thumbs li {
	display: inline;
	float:left;
}
#thumbs ul {
	margin-top: 5px
}
#thumbs li.last_img {
}
#thumbs li.first {
	margin: 25px 10px 0px 15px;
	width: 9px;
	height: 16px;
	cursor: pointer
}
#thumbs li.last {
	margin: 25px 10px 0px 15px;
	width: 9px;
	height: 16px;
	cursor: pointer
}
#thumbs li a {
	display: block;
	margin:6px;
	
}
#thumbs li img  {
	display:block;
	width:100%;
}
#thumbs li a:hover {
	background:#fff;
	opacity:0.5;
}
#thumbs li a.current {
	background:#fff;
	opacity:1;
}
.fa-chevron-left,
.fa-chevron-right { font-size:3rem; color:#fff;  opacity:0.5;}
.bigbtnPrev:hover  .fa-chevron-left,
.bigbtnNext:hover  .fa-chevron-right { font-size:3rem; color:#f60; }

.bigbtnPrev,  .bigbtnNext {z-index: 100;	position: absolute;	top:  45%;	cursor: pointer;	padding:12px 10px;background:rgba(0, 0, 0, 0.3);}
.bigbtnPrev {	left: 0px;   border-radius:0px 6px 6px 0;}
.bigbtnNext {	right: 0px;border-radius:6px 0px 0px 6px;}
@media (max-width: 992px) {
.fa-chevron-left,
.fa-chevron-right { font-size:2rem;}
.bigbtnPrev:hover  .fa-chevron-left,
.bigbtnNext:hover  .fa-chevron-right { font-size:2rem; color:#f60; }

.bigbtnPrev,  .bigbtnNext {top:  30%;	cursor: pointer;	padding: 5px;background:rgba(0, 0, 0, 0.3);}

}
#big_play_prev {
	background: url(../image/leftbig.png);
	width: 35px;
	display: block;
	height: 51px;
}
#big_play_next {
	background: url(../image/rightbig.png);
	width: 35px;
	display: block;
	height: 51px;
}
#smallpicarea {
	padding: 20px 0
}
