/* ------------------------------------------------------- Nivo Slider ---------------------------------------- */
.nivoslider-bg {
	background: #ededed url('/images/loading.gif') no-repeat 50% 50%;
	width: 660px;
	height: 480px;
	margin-left: 15px;
	margin-top: 20px;
	border: 1px #cdcdcd solid;
}
#slider-wrapper {
	min-height: 453px;
	overflow: hidden;
	width: 660px;
	float: left;
	background: transparent;
	border: 2px #848684 solid;
}
#slider {
	position: relative;
	width: 660px;
	height: 480px;
	background: transparent;
}
#slider img {
	position: absolute;
	top: 0px;
	left: 0px;
	display: none;
}
#slider a {
	border: 0;
	display: block;
}
/* The Nivo Slider styles */
.nivoSlider {
	position: relative;
}
.nivoSlider img {
	position: absolute;
	top: 0px;
	left: 0px;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	border: 0;
	padding: 0;
	margin: 0;
	z-index: 60;
	display: none;
}
/* The slices in the Slider */
.nivo-slice {
	display: block;
	position: absolute;
	z-index: 50;
	height: 100%;
}
.nivo-box {
	display: block;
	position: absolute;
	z-index: 5;
}
/* Caption styles */
.nivo-caption {
	position: absolute;
	right: 0px;
	bottom: 0px;
	background: url('/images/caption-bg.png');
	color: #fff;
	opacity: 0.8;
	/* Overridden by captionOpacity setting */

	width: 603px;
	z-index: 89;
	padding: 29px 20px 70px 37px;
	font-size: 26px;
	line-height: 30px;
	
	text-transform: uppercase;
	font-family: 'PT Sans Narrow', sans-serif; 
	letter-spacing: -1px;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
	filter: none !important;
	
	text-align: center;

}
.nivo-caption p {
	margin: 0;
}
.nivo-caption .nivo-caption-inner {
	padding: 0;
	margin: 0;
}
.nivo-caption a {
	display: inline !important;
}
.nivo-html-caption {
	display: none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position: absolute;
	top: 45%;
	z-index: 99;
	cursor: pointer;
}
.nivo-prevNav {
	left: 0px;
}
.nivo-nextNav {
	right: 0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
	position: absolute;
	z-index: 98;
	height: 12px;
	float: left;
	padding: 13px 15px 12px 15px;
	left: 36px; /* 50%; */
	margin-left: -36px;
	background: #eaeadf url('/images/controlnav-bg.gif') 0 0 repeat-x;
	bottom: 0;
	text-align: center;
	border-radius: 6px 6px 0 0;
	-webkit-border-radius: 6px 6px 0 0;
	-moz-border-radius: 6px 6px 0 0;
	width: 630px;
}
.boxshadow .nivo-controlNav {
	box-shadow: 0 -2px 3px rgba(0, 0, 0, 0.3);
}
.nivo-controlNav a {
	position: relative;
	z-index: 99;
	cursor: pointer;
	display: inline-block !important;
	width: 12px;
	height: 12px;
	float: left;
	text-decoration: none;
	text-indent: -9999em;
	background: url('/images/bullets.png') 100% 0 no-repeat;
	margin: 0 2px 0 1px;
}
.nivo-controlNav a:hover, .nivo-controlNav a.active {
	background-position: 0 0;
}
.nivo-directionNav a {
	position: absolute;
	display: block;
	width: 36px;
	height: 35px;
	text-indent: -9999px;
	border: 0;
	top: 50%;
	background: url('/images/direction_nav.png') no-repeat 0 0;
}
a.nivo-nextNav {
	right: 0;
	background-position: -36px 0;
}
a.nivo-nextNav:hover {
	background-position: -36px -35px;
}
a.nivo-prevNav {
	left: 0;
	background-position: 0 0;
}
a.nivo-prevNav:hover {
	background-position: 0 -35px;
}
#slider .nivo-controlNav img {
	display: inline;
	position: relative;
	margin-right: 10px;
	width: 120px;
	height: auto;
}