/*
 * jQuery Nivo Slider v2.6
 * http://nivo.dev7studios.com
 *
 * Copyright 2011, Gilbert Pellegrom
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 * 
 * March 2010
 */
 
 
/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
	z-index:1;
	background:#fff url(loading.gif) no-repeat 50% 50%;
}
.nivoSlider img {
	position:absolute;
	top:0;
	left:0;
	display:none;
}
.nivoSlider a {
	border:0;
	display:block;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
}
/* Caption styles */
.nivo-caption {
	position:absolute;
	font-size:18px; font-weight:600; text-indent:10px;
	background-image:url(bg65.png);
	color:#fff;
	width:100%;
	z-index:8;
	font-family: 微软雅黑, 宋体, Helvetica, Arial, sans-serif;
	bottom:0px;
}
.nivo-caption p {
	padding:4px;
	font-size:18px;
	font-family: 微软雅黑, 宋体, Helvetica, Arial, sans-serif;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:97.6%;
	z-index:8;
	cursor:pointer;
}
.nivo-prevNav {
	left:0;
}
.nivo-nextNav {
	right:0;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav a {
	position:relative;
	z-index:9;
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}
.nivo-controlNav {
	position:absolute;
	right:10px;
	bottom:10px;
	z-index:10
}

.nivo-controlNav a {
	display:block;
	width:8px;
	height:8px;
	text-indent:-9999px;
	border:0;
	margin:12px 3px 0 3px;
	float:left;
	background-color:#EEE;
	filter:alpha(Opacity=80);-moz-opacity:0.5;opacity: 0.5;
}
.nivo-controlNav a:first-child{
	margin-left:11px;
}
.nivo-controlNav a.active {
	background-color:#E00;
}
.nivo-directionNav a {
	display:block;
	width:70px;
	height:30px;
	text-indent:-9999px;
	border:0;
}
.nivo-directionNav a.nivo-nextNav {
	background-position:-826px -82px;
	right:355px;
}
.nivo-directionNav a.nivo-prevNav {
	left:355px;
	background-position:-826px -53px;
}