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

#slider {
	position:relative;
	margin:0;
	background:transparent url('/images/loading.gif') no-repeat 50% 50%;
}
#slider img {
	position:absolute;
	top:0px;
	right:0px;
	display:none;
}
#slider a {
	border:0;
}

.nivo-controlNav {
	-moz-border-radius:1ex 1ex 1ex 1ex;
	-webkit-border-radius:1ex 1ex 1ex 1ex;
	border-radius:1ex 1ex 1ex 1ex;
	background:url("images/nivo-nav-bg.png") repeat scroll 0 0 transparent;
	border-bottom:2px solid #322F2F;
	border-left:2px solid #322F2F;
	border-right:2px solid #322F2F;
	height:44px;
	left:-431px;
	position:absolute;
	top:3px;
}
.nivo-controlNav a.nivo-control {
	display:block;
	width:26px;
	height:26px;
	background:url('images/nav-control-bg.png') no-repeat;
	text-indent:-9999px;
	border:0;
	margin:0px 3px 0px 3px;
	float:left;
	position:relative;
	top:11px;
}
.nivo-controlNav a.active {
	background-position:-38px 0;
}

.nivo-directionNav {
	left:-493px;
	position:absolute;
	top:50%;
	width:960px;
	}

.nivo-directionNav a {
	display:block;
	width:32px;
	height:34px;
	background:url('/images/arrows.png') no-repeat;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	background-position:-32px 0;
	right:10px;
}
a.nivo-prevNav {
	left:10px;
}

.nivo-caption h1 {
	text-transform:uppercase;
}