/*
 * jquery nivo slider v2.1
 * http://nivo.dev7studios.com
 *
 * copyright 2010, 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;
}
.nivoslider img {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 1100px;
	height: 332px;
}
/* if an image is wrapped in a link */
.nivoslider a.nivo-imagelink {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 1100px;
	height: 332px;
	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%;
}
/* caption styles */
.nivo-caption {
	position: absolute;
	left: 0px;
	bottom: 0px;
	background: #000;
	color: #fff;
	opacity: 0.8; /* overridden by captionopacity setting */
	width: 100%;
	z-index: 89;
}
.nivo-caption p {
	padding: 5px;
	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: 45%;
	z-index: 99;
	cursor: pointer;
}
.nivo-prevnav {
	left: 0px;
}
.nivo-nextnav {
	right: 0px;
}
/* control nav styles (e.g. 1,2,3...) */
.nivo-controlnav a {
	position: relative;
	z-index: 99;
	cursor: pointer;
}
.nivo-controlnav a.active {
	font-weight: bold;
}
/*===========================轮换js图片样式=============================*/



#bannercontainer {
	width: 1100px;
	height: 332px;
	margin: 0 auto;
	background-repeat: no-repeat;
	background-position: center;
	background-image: ;
	background-color: #fff;
	overflow: hidden;
	z-index: 3;
	position: relative;
}
/*===========================大图轮换=============================*/
.nivoslider {
	position: relative;
	width: 1100px;
	height: 332px;
	overflow: hidden;
}
.nivoslider img {
	position: absolute;
	top: 0px;
	left: 0px;
	max-width: none;
}
.nivo-main-image {
	display: block !important;
	position: relative !important;
	width: 100% !important;
}
.nivoslider a.nivo-imagelink {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	border: 0;
	padding: 0;
	margin: 0;
	z-index: 6;
	display: none;
}
.nivo-slice {
	display: block;
	position: absolute;
	z-index: 5;
	height: 100%;
	top: 0;
}
.nivo-box {
	display: block;
	position: absolute;
	z-index: 5;
	overflow: hidden;
}
.nivo-box img {
	display: block;
}
.nivo-caption {
	position: absolute;
	left: 0px;
	bottom: 0px;
	background: #000;
	color: #fff;
	width: 100%;
	z-index: 8;
	padding: 5px 10px;
	opacity: 0.8;
	overflow: hidden;
	display: none;
	-moz-opacity: 0.8;
	filter: alpha(opacity=8);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.nivo-caption p {
	padding: 5px;
	margin: 0;
}
.nivo-caption a {
	display: inline !important;
}
.nivo-html-caption {
	display: none;
}
.nivo-directionnav a {
	position: absolute;
	top: 43%;
	z-index: 9;
	cursor: pointer;
	background:  no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	text-indent: -9999px;
	height: 30px;
	width: 30px;
	display: block;
}
a.nivo-prevnav {
	left: 30px;
}
a.nivo-nextnav {
	background-position: -30px 0;
	right: 10px;
	width: 50px;
}
.nivo-controlnav {
	text-align: center;
	padding: 15px 0;
}
.nivo-controlnav a {
	cursor: pointer;
}
.nivo-controlnav a.active {
	font-weight: bold;
}
