/*=== 控制滚动图片的位置 ===*/
.theme-default #slider {
	width:876px;
	
}

.theme-default .nivoSlider {
	position:relative;
	background:url(loading.png) no-repeat 50% 50%;
	height:164px;
}
.theme-default .nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
.theme-default .nivoSlider a {
	border:0;
	display:block;
	z-index:5;
}
 /* 页码位置及层级 */
.theme-default .nivo-controlNav {
	position:absolute;
	right:3px; /* 页数水平位置 */
	bottom:3px; /* 页数垂直位置 */
	z-index:10;
	
}
 /* 页码方块的大小及背景图 */
.theme-default .nivo-controlNav a {
	display:block;
	width:18px;
	height:18px;
	background:url(bullets.gif) no-repeat;
	text-indent:3px;
	border:0;
	float:left;
	font-family:"Arial";
	line-height:18px;
	text-align:center;
	margin-left:1px;
}
 /* 页码的错位 */
.theme-default .nivo-controlNav a.active {
	background-position:0 -18px;
}

.theme-default .nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
	z-index:1000;
	top:65px;
}
.theme-default a.nivo-nextNav {
	background-position:-30px 0;
	right:10px;
}
.theme-default a.nivo-prevNav {
	left:10px;
}

/* The Nivo Slider styles */
.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: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;
	left:0px;
	bottom:0px;
	color:#fff;
	width:100%;
	height:20px; /* 文字背景高度 */
	z-index:8;
	background-image: url(TextBg.png);
}
.nivo-caption p {
	padding-left:12px;
	margin:0;
}
.nivo-caption a {
	color:#fff;
	display:inline !important;
}
.nivo-html-caption {
	display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:9;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}

 /* 页码的字体 */
.nivo-controlNav a {
	color:#fff;
	position:relative;
	z-index:9;
	cursor:pointer;
}
.nivo-controlNav a.active {
	color:#fff;
	font-weight:bold;
}