
/*reset styles*/

/*========gallery========*/

.Gallery{
	position: relative;
	zoom: 1;
}
.Gallery .slide-wrap{
	width: 100%;
	overflow: hidden;
}
.Gallery ul{padding: 0;}
.Gallery li{
	float: left;
	line-height: auto;
	list-style: none;
}
.Gallery li a{ display: block;}
.Gallery .imgs-container{
	overflow: hidden;
	zoom: 1;
}
.Gallery .shadow{
	width: 100%;
	position: absolute;
	bottom: 0;
	background: #000;
	opacity: 0.4;
	filter:alpha(opacity=40);
}
.Gallery .titles{
	position: absolute;
	bottom: 10px;
	left: 10px;
	overflow: hidden;
	padding: 0;
	text-indent: 0;
}
.Gallery .titles a
{
	color: #fff;
	font-size: 14px;
	text-decoration: none;
	display: none;
}
.Gallery .titles a.curInfo{ 
	display: inline;
}
.Gallery .buttons{
	position: absolute;
	bottom: 14px;
	right: 8px;
	zoom: 1;
}
.Gallery .buttons a{
	display: block;
	width: 10px;
	height: 10px;
	margin-right: 5px;
	font-family: "Î¢ÈíÑÅºÚ",ËÎÌå, sans-serif;
	font-size: 14px;
	line-height: 14px;
	/*font-weight: bold;*/
	color: #916330;
	text-indent:-10em;
	text-align: center;
	overflow:hidden;
	background:#fafafa;

}
.Gallery .buttons a{
	border-radius:50px;
	-moz-box-shadow:1px 1px 1px #A9A9A9 inset;
	-webkit-box-shadow:1px 1px 1px #A9A9A9 inset;
	box-shadow:1px 1px 1px #A9A9A9 inset;
}
.Gallery .buttons a.on{
	background-color: #b6d5e8;
	-moz-box-shadow:1px 1px 1px #974b00 inset;
	-webkit-box-shadow:1px 1px 1px #974b00 inset;
	box-shadow:1px 1px 1px #974b00 inset;
	background:#ff9626;
}
.Gallery .img-btns{
	position: absolute;
}
.Gallery .img-btns a{
	margin-right: 5px;
	padding: 4px;
}
.Gallery .img-btns a.on{
	background: #ff9626;
}
.Gallery .square a{
	border-radius: 0px;
	font-size: 12px;
}
.Gallery .hasTxt{
	position: absolute;
	bottom: 12px;
	right: 10px;
	zoom: 1;
}
.Gallery .hasTxt a{
	text-indent: 0;
	width: 14px;
	height: 14px;
	line-height: 14px;
	color: #888;
	box-shadow:none;
	background: #fff;
	-moz-box-shadow:0px 1px 2px #333;
	-webkit-box-shadow:0px 1px 2px #333;
	box-shadow:0px 1px 2px #333;
}
.Gallery .hasTxt a.on{
	box-shadow: none;
	color: #fff;
}

.Gallery .prev-btn,
.Gallery .next-btn{
	color: #fff;
	font-size: 30px;
	text-align: center;
	font-weight: bold;
	font-family: ËÎÌå, sans-serif;
	width: 20px;
	height: 34px;
	background: #000;
	opacity: 0.4;
	filter:alpha(opacity=40);
	position: absolute;
	z-index: 999;
	display: none;
}
.Gallery a.prev-btn:hover,
.Gallery a.next-btn:hover{
	text-decoration: none;
	opacity: 0.9;
	filter:alpha(opacity=80);
	background: #ff9626;
}
.Gallery .prev-btn{
	left: -22px;
	top: 38%;
}
.Gallery .next-btn{
	right: -22px;
	top: 38%;
}
.Gallery .no-fade{
	display: block;
}
.Gallery .arrows-out{
	position: absolute;
	top: -32px;
	right: 0px;
	height: 20px;
	line-height: 20px;
}
.Gallery .arrows-out a{
	border-radius: 25px;
	width: 20px;
	height: 20px;
	line-height: 20px;
	font-size: 14px;
	display: block;
	position: relative;
	left: 0;
	top: 0;
	float: left;
}
.Gallery .arrows-out span{
	display: block;
	width: 20px;
	height:22px;
	font-size: 14px;
	font-family: 'Î¢ÈíÑÅºÚ';
	color: #888;
	float: left;
}
.Gallery .arrows-out span.curNum{
	width: 14px;
	color: #555;
	text-align: right;
}
