/*============================*/
/*=== Nivo Slider Styles ===*/
/*============================*/
.featured_slider {
	width: 940px;
	height: 521px;
	position: relative;
	display: table;
	margin: 0 auto;
	background: url(../images/content_bg.png) repeat-y top;
}
.featured_slider_bg {
	width: 860px;
	height: 521px;
	background: url(../images/featured_bg.png) no-repeat;
	display: table;
	margin: 0 0 0 40px;
}
#slider-wrapper {
	width:690px;
	position: relative;
	z-index: 1;
	height:390px;
	margin: 56px auto 0;
	border: 1px solid #dbdbda;
	background: #fff;
	padding: 10px;
	border-radius: 5px;
}
.slider_border {
	width: 690px;
	height: 390px;
	position: absolute;
	top:0px;
	left: 0px;	
	z-index: 51;
}
#slider {
	position:relative;
	width:690px;
	height:390px;
	background:  url(../images/loading.gif) no-repeat 50% 50%;
}
#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
#slider a {
	border:0;
	display:block;
}
.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;
	left: 0px;
	bottom: 0px;
	background:#445734;
	color:#fff;
	opacity:0.8; /* Overridden by captionOpacity setting */
	z-index:89;
	padding: 30px 20px;
}
.nivo-caption p {
	padding: 0;
	margin:0;
	line-height: 17px;
	font-size: 15px;
	width: 650px;
	font-family: Tahoma, Arial, sans-serif;
	text-shadow: 0px -1px 0px #000;
	-webkit-text-shadow: 0px -1px 0px #000;
	-moz-text-shadow: 0px -1px 0px #000;
}
.nivo-caption p::selection {
	background: #fff;	
	color: #000;
}
.nivo-caption p::-moz-selection {
	background: #fff;	
	color: #000;

}
.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;
	display: block;
	text-indent: -9999em;
	width: 40px;
	height: 38px;
}
a.nivo-prevNav {
	left: -60px;
	background: url(../images/slider_arrows.png) no-repeat 0 0;
}
a.nivo-nextNav {
	right: -60px;
	background: url(../images/slider_arrows.png) no-repeat -40px 0;
}
/* Control nav styles (e.g. 1,2,3...) */

.nivo-controlNav {
	position: absolute;
	bottom: -37px;
	right: 45%;
	text-align: center;
	z-index: 999;
	margin: 0 0 0 150px;
}
.nivo-controlNav a {
	z-index:999;
	cursor:pointer;
	float: left;
	display: block;
	width: 15px;
	height: 16px;
	margin: 0 0 0 5px;
	background: url(../images/slider_bullets.png) no-repeat 0 0;
	text-indent: -9999em;
}
.nivo-controlNav a:hover{
	font-weight:bold;
	background: url(../images/slider_bullets.png) no-repeat -15px 0;
}
.nivo-controlNav a.active {
	font-weight:bold;
	background: url(../images/slider_bullets.png) no-repeat -15px 0;
}
