/*============================*/
/*=== 幻灯片 ===*/
/*============================*/
.slider_border {
	width: 1000px;
	height: 360px;
	position: absolute;
	top:0px;
	left: 0px;	
	background: url('images/slider_border.png') no-repeat;
	z-index: 51;
}
.slider-wrapper {
	width:1000px;
	height:7px;
	position: relative;
	z-index: 1;
	margin: 0 auto;
}

#slider {
	position:relative;
	width:1000px;
	height:360px;
	background:  url('images/loading.gif') no-repeat 50% 50%;
}
#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
#slider a {
	border:0;
	display:block;
}
.nivoSlider {
	position:relative;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:60;
	display:none;
	
}
/* The slices in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:50;
	height:100%;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
}
/* Caption styles */
.nivo-caption {
	position:absolute;
	left: 20px;
	bottom: 10px;
	background:#ffba00;
	color:#fff;
	opacity:0.8; /* Overridden by captionOpacity setting */
	z-index:89;
	padding: 10px 20px;
}
.nivo-caption p {
	padding: 0;
	margin:0;
	line-height: 17px;
	font-size: 15px;
	width: 400px;
	font-family: Arial, Tahoma, sans-serif;
}
.nivo-caption p::selection {
	background: #fff;	
	color: #000;
}
.nivo-caption p::-moz-selection {
	background: #fff;	
	color: #000;

}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
	display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:40%;
	z-index:99;
	cursor:pointer;
	display: block;
	text-indent: -9999em;
	width: 40px;
	height: 90px;
}
a.nivo-prevNav {
	left: 5px;
	background: url('images/slider_previous.png') no-repeat;
}
a.nivo-nextNav {
	right: 5px;
	background: url('images/slider_next.png') no-repeat;
}
/* Control nav styles (e.g. 1,2,3...) */

.nivo-controlNav {
	position: absolute;
	bottom: 10px;
	right: 20px;
	text-align: center;
	z-index: 999;
}
.nivo-controlNav a {
	z-index:999;
	cursor:pointer;
	float: left;
	display: block;
	width: 20px;
	height: 20px;
	margin: 0 0 0 5px;
	background: url('images/slider_bullet_nav.png') no-repeat 0 0;
	text-indent: -9999em;
}
.nivo-controlNav a.active {
	font-weight:bold;
	background: url('images/slider_bullet_nav.png') no-repeat -25px 0;
}
#featured_slider_bg {
	width: 753px;
	height: 360px;
	position: relative;
	padding: 0;
	margin: 0px 0 0;
	padding: 0px 0 0;
}