
.theme-default {height:350px; width:980px; overflow:hidden;}

.theme-default .nivoSlider {
	position:relative;
	background:url(../slide/loading.gif) no-repeat 50% 50%;
	
}

.theme-default .nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
.theme-default .nivoSlider a {
	border:0;
	display:block;
}

.theme-default .nivo-controlNav {
	position:absolute;
	right:15px;
	bottom:90px;
}
.theme-default .nivo-controlNav a {
	display:block;
	width:20px;
	height:14px;
	background:url(../slide/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:5px;
	float:left;
}
.theme-default .nivo-controlNav a.active, .theme-default .nivo-controlNav a:hover {
	background-position:-20px 0px;
}
.theme-default .nivo-directionNav { position:absolute; z-index:99; top:100px; right:20px; width:90px;}
.theme-default .nivo-directionNav a {
	display:block;
	width:41px;
	height:41px;
	background:url(../slide/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
	z-index:999;
}
.theme-default a.nivo-nextNav {
	background-position:-41px 0px;
	right:0px;
	top:0px;
}
.theme-default a.nivo-prevNav {
	left:0px;
	top:0px;
	background-position:0px -42px;
}


.theme-default .nivo-caption {
    font-family: Helvetica, Arial, sans-serif;
}
.theme-default .nivo-caption a {
    color:#fff;
    border-bottom:1px dotted #fff;
}
.theme-default .nivo-caption a:hover {
    color:#fff;
}