@charset "UTF-8";

.theme-default {
	position:relative;
	width:1000px;/* width:800px; */
	margin:0px auto;
	border-top:6px solid #261909;
}
.theme-default .nivoSlider {
	width:1000px;
	height:363px;
}
/* .theme-default .nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
} */
.theme-default .nivoSlider a {
	border:none;
}
.theme-default .nivo-controlNav {
	position:absolute;
	left:50%;
	bottom:0px;
	margin-left:-60px;
}
.theme-default .nivo-controlNav a {
	display:block;
	width:22px;
	height:22px;
	background:url(../img/topimages/bullets.png) no-repeat;
	text-indent:-9999px;
	border:none;
	margin-right:3px;
	float:left;
}
.theme-default .nivo-controlNav a.active {
	background-position:0 -22px;
}

.theme-default .nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(../img/topimages/arrows.png) no-repeat;
	text-indent:-9999px;
	border:none;
}
.theme-default a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
.theme-default a.nivo-prevNav {
	left:15px;
}
.theme-default .nivo-caption a {
	color:#ffffff;
	border-bottom:1px dotted #ffffff;
}
.theme-default .nivo-caption a:hover {
	color:#ffffff;
}
