.theme-default { position:relative;}
.theme-default .nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
.theme-default .nivoSlider a {
	border:0;
	display:block;
}
/*轮播圆点*/
.theme-default .nivo-controlNav {
	text-align: center;
	padding-left:15%;
	position:absolute;
	bottom:-20px;
	z-index:999;
}
.theme-default .nivo-controlNav a {
	display:inline-block;
	width:25px;
	height:5px;
	/*border-radius:18px;*/
	text-indent:-19999px;
	background-color:#666;
	border:0;
	margin:0 3px;
}
.theme-default .nivo-controlNav a.active { background-color:#f60;}

/*
.theme-default .nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	text-indent:-9999px;
}
*/

.theme-default .nivo-directionNav a {
	display:block;
	width:40px;
	height:40px;
	background:url(../images/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
	opacity: 0;
	-webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}

.theme-default:hover .nivo-directionNav a { opacity: 1; }
.theme-default a.nivo-nextNav {
	background-position:-40px 0;
	right:65px;
}
.theme-default a.nivo-prevNav {
	left:65px;
}

.theme-default .nivo-caption {
    font-family:"微软雅黑";
	font-size:16px; 
	line-height:40px;
}
.theme-default .nivo-caption a {
    color:#fff;
}
.theme-default .nivo-caption a:hover {
    color:#fff;
}

.theme-default .nivo-controlNav.nivo-thumbs-enabled {
	width: 100%;
}
.theme-default .nivo-controlNav.nivo-thumbs-enabled a {
	width: auto;
	height: auto;
	background: none;
	margin-bottom: 5px;
}
.theme-default .nivo-controlNav.nivo-thumbs-enabled img {
	display: block;
	width: 120px;
	height: auto;
}

/*下面小的部分*/
.focus .nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
.focus .nivoSlider a {
	border:0;
	display:block;
}
/*轮播圆点*/
.focus .nivo-controlNav {
	position:relative;
	bottom:24px;
	z-index:999;
	float:right;
	padding-right:1em;
}
.focus .nivo-controlNav a {
	display:inline-block;
	width:18px;
	height:18px;
	background-color:#fff;
	border:0;
	margin:0 3px;
	text-align:center;
	line-height:18px;
	font-size:12px;
	font-weight:normal;
	color:#7f1ea1;
}
.focus .nivo-controlNav a.active { background-color:#7f1ea1; color:#FFF;}

.focus .nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	text-indent:-9999px;
}
.focus:hover .nivo-directionNav a { opacity: 1; }
.focus a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
.focus a.nivo-prevNav {
	left:15px;
}

.focus .nivo-caption {
    font-family:"微软雅黑";
	font-size:16px; 
	line-height:40px;
}
.focus .nivo-caption a {
    color:#fff;
}
.focus .nivo-caption a:hover {
    color:#fff;
}

