#gallery ul, #gallery li{list-style:none;margin:0;padding:0}
#gallery img{border:none;vertical-align:top;}

#gallery {
	position: relative;
	width: 1100px;
	height: 600px;
	border: 1px none #ccc;
	padding: 0px;
	overflow: hidden;
	margin: auto;
}
#gallery #mask{
	position: relative;
	width: 100%;
	height: 600px;
	overflow: hidden
}
#gallery .imgSet{
	position: relative;
	width: 100%;
	height: 600px;
}
#gallery .imgSet li{position:absolute;width:100%;}
#gallery .imgSet li p{font-size:16px;color:#666;margin-top:1px; font-weight:100; letter-spacing:1px; line-height:28px;}

#gallery button { background-color: transparent;}
#gallery .sub-btn { font-size: 16px; width: 200px; height:50px;}
#gallery .sub-btn.brightness01 { color: #333; border: 1px solid #ddd;}
#gallery .sub-btn.brightness01:hover { background-color: #00ccfc; color: #fff;}
#gallery .brightness01 a { text-decoration:none;}

#gallery .bottxt{position:absolute; bottom:0; width:100%; padding:20px; color:#fff; background-color:rgba(0,0,0,0.5); text-align:center; letter-spacing:1px; font-size:18px; font-weight:100;}


#gallery .menuSet{
	width: 100%;
	padding: 1px
}
#gallery .menuSet li img{
	width: 100px;
	height: 65px
}
#gallery .menuSet li{
	float: left;
	border: 1px solid #888;
	cursor: pointer;
	margin-top: 10px;
	margin-right: 4px;
	margin-bottom: 0;
	margin-left: 4;
}
#gallery .menuSet li.select{
	border: 1px solid #EF1091;
	outline: 1px solid #ff6600;
	opacity: 0.8
}

#gallery .dir{
	position: absolute;
	top: 250px;
	cursor: pointer
}
#gallery .prev{left:0px}
#gallery .next{right:0px}