
/*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===========*/
.slide_box{
	width: 520px;
	height: 320px;
	float:left;
}
.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;
}
.xShadow{display: none;}
.slideWrapper .xTitle{
	position: absolute;
	bottom: 0px;
	left: 1px;
	overflow: hidden;
	background: rgba(0, 0, 0, 0.3);
	color: #ffffff;
	width: 540px;
	line-height: 56px;
	
}
.slideWrapper .xTitle h2{
	padding: 0px 5px 0 15px;
	display: none;
	font-size: 16px;
	font-family: 'Microsoft Yahei', Î¢ÈíÑÅºÚ, SimSun, ËÎÌå, 'Arial';
	border: none;
	font-weight: normal;
}


.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: 13px;
	height: 5px;
	margin-right: 10px;
	background-color: #ffffff;
	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: 2px;
	background:#ffffff;
}

.slideWrapper .btnCircle a.on{
	background:#e84250;
}
.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: #ffffff;
	font-size: 40px;
	text-align: center;
	font-weight: bold;
	font-family: ËÎÌå, sans-serif;
	display: block;
	width: 27px;
	line-height: 54px;
	height: 54px;
	background: #000000;
	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.8;
	filter:alpha(opacity=80);
	background: #e84250;
	color: #ffffff;
}
.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: 30px;
right: 5px;
zoom: 1;}

