
/*reset styles*/
body,div,p,ul,ol,h2,a,span,img{
	margin: 0;
	padding: 0;
}
li{ list-style: none;}
img{ border: none;}
a{
	text-decoration: none;
}

/*===========tinySlide===========*/
.focus-box{
	width: 1000px;
	height: 500px;
	padding-bottom: 51px;
}
.slideWrapper{
	overflow: hidden;
	position: relative;
}
.slideWrapper li{
	float: left;
}
.slideWrapper li a{ display: block;}
.slideWrapper .slideGallery{
	overflow: hidden;
	zoom: 1;
	width: 3250px;
}
.slideWrapper .xShadow{
	position: absolute;
	bottom: 0;
	background: #f8f8f8;
	border: #dfdfdf 1px solid;
	border-top: none;
}

.slideWrapper .xTitle{
	position: absolute;
	bottom: 1px;
	left: 1px;
	overflow: hidden;
	background: #fff;
	color: #333;
}
.slideWrapper .xTitle h2{
	padding: 9px 5px 0 15px;
	display: none;
	font-size: 22px;
	font-family: 'Microsoft Yahei', 微软雅黑, SimSun, 宋体, 'Arial';
	border: none;
}


.slideWrapper .xTitle h2.curTitle{ display: block;}
.slideWrapper .infoShadow,
a.trigBtn{
	filter:alpha(opacity=70);
	background-color:#FFF;
	opacity: 0.7;
}

.slideWrapper .infoShadow,
.slideWrapper .info{
	position: absolute;
	height: 58px; 
	left: 0;
	bottom: 51px;
	display: none;
}
.slideWrapper .info p{
	display: none;
	padding: 10px 55px 0 15px;
}
.slideWrapper .info p.curInfo{
	display: block;
	color: #333;
	font-size: 14px;
	font-family: 'Microsoft Yahei', 微软雅黑, 宋体, 'Arial';
}
.slideWrapper a.trigBtn{
	position: absolute;
	right: 0;
	bottom: 51px;
	display: block;
	width: 45px;
	height: 22px;
	background-image: url(../images/arrow_icon.gif);
	background-position: 0 -22px;
}
.slideWrapper a.trigBtn:hover{
	background-position: 0 0;
}
.slideWrapper a.unfold{
	background-color: transparent;
	background-position: 0 -44px;
}
.slideWrapper a.unfold:hover{
	background-position: 0 -66px;
}
.slideWrapper .btnCircle,
.slideWrapper .btnRectangle
{
	position: absolute;
	bottom: 20px;
	right: 5px;
	zoom: 1;
}
.slideWrapper .btnRectangle{
	text-align: center;
}

.slideWrapper .btnCircle a,
.slideWrapper .btnRectangle a
{
	display: block;
	width: 12px;
	height: 12px;
	margin-right: 10px;
	background-color: #fafafa;
	font-family: 'Microsoft Yahei',"微软雅黑",宋体, sans-serif;
	font-size: 12px;
	line-height: 12px;
	/*font-weight: bold;*/
	color: #916330;
	text-indent:-10em;
	overflow:hidden;
	background: #c0c0c0;

}
.slideWrapper .btnCircle a.on,
.slideWrapper .btnRectangle a.on{
	color: #fff;
}
.slideWrapper .hasTxt a{
	text-indent: 0;
}
.slideWrapper .btnCircle a{
	border-radius:12px;
	-moz-box-shadow:1px 1px 1px #A9A9A9 inset;
	-webkit-box-shadow:1px 1px 1px #A9A9A9 inset;
	box-shadow:1px 1px 1px #A9A9A9 inset;
}

.slideWrapper .btnCircle 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;
}
.slideWrapper .btnRectangle a.on{
/* 	-moz-box-shadow:1px 1px 1px #974b00 inset;
-webkit-box-shadow:1px 1px 1px #974b00 inset; */
box-shadow: 0 1px 1px #733a05;
	background:#ff9626;
}

.prevBtn,.nextBtn{
	color: #444;
	font-size: 60px;
	text-align: center;
	font-weight: bold;
	font-family: 宋体, sans-serif;
	display: block;
	width: 70px;
	height: 70px;
	background: #fff;
	opacity: 0.4;
	filter:alpha(opacity=40);
	position: absolute;
	z-index: 999;
	display: none;
}
 a.prevBtn:hover,
 a.nextBtn:hover{
	text-decoration: none;
	opacity: 0.9;
	filter:alpha(opacity=80);
	background: #ff9626;
	color: #000;
}
.prevBtn{
	left: 0;
	top: 36%;
}
.nextBtn{
	right: 0;
	top: 36%;
}
/*add*/
.v_content .xShadow,
.w260 span,
.w225 div span{
	background: #000;
	opacity: 0.4;
	filter:alpha(opacity=40);	
}
.v_content .xTitle{
	background: none;
}
.v_content .xTitle h2{
	background: none;
	padding: 0 0 0 10px;
	line-height: 30px;
	border: none;
	font-size: 12px;
	color: #fff;
}
.slideWrapper .btnRectangle {
position: absolute;
bottom: 10px;
right: 5px;
zoom: 1;}

