/*
 * Note: Include the nivo-slider.css file that comes
 * with the main download before including this file.
 */

.spectra_nivoslider {
	position:relative;
	margin-bottom:31px;
	background:#202834 url(/wp-content/themes/spectra/images/loading.gif) no-repeat 50% 50%;
}
.spectra_nivoslider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
.spectra_nivoslider a {
	border:0;
	z-index:99;
}

.nivo-controlNav {
	position:absolute;
	bottom:-36px;
	background:url(/wp-content/themes/spectra/images/promo_image_bg.jpg) no-repeat;
	width:589px;
	height:36px;
	z-index:0;
	padding-left:47%;
}
.nivo-controlNav a {
	display:block;
	width:10px;
	height:10px;
	background:url(/wp-content/themes/spectra/images/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
	margin-top:4px;
}
.nivo-controlNav a.active {
	background-position:-10px 0;
}

.nivo-directionNav a {
	display:block;
	width:32px;
	height:34px;
	background:url(/wp-content/themes/spectra/images/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
	cursor:pointer;
	position:absolute;
	top:45%;
	z-index:999;
}
a.nivo-nextNav {
	background-position:-32px 0;
	right:10px;
}
a.nivo-prevNav {
	left:10px;
}
.nivo-slice {
	display:block;
	position:absolute;
	z-index:50;
	height:100%;
}
.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;
}

.spectra_nivoslider a.nivo-imageLink {
border:0 none;
display:none;
height:100%;
left:0;
margin:0;
padding:0;
position:absolute;
top:0;
width:100%;
z-index:60;
}
