/*===================*/
/*=== Nivo Slider ===*/
/*===================*/
 
/* 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%;
}
/* Caption styles */
.nivo-caption {
	position: absolute;
	left: 0;
	top: 0;
	width:100%;
	z-index: 89;
}
.nivo-caption p {
	margin: 15px 80px 0 40px;
	font-size: 22px;
	line-height: 24pt;
	
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	bottom: -40px;
	z-index:99;
	cursor:pointer;
}
.nivo-prevNav {
	left: 608px;
	bottom: 12px !important;
}
.nivo-nextNav {
	left: 608px;
	
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav a {
	position:relative;
	z-index:99;
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}

/*============================*/
/*=== Custom Slider Styles ===*/
/*============================*/
#slider-wrapper {
	position: absolute;
    width:980px;
    height:350px;
	top: 0;
	left: 0;
}

#slider-wrapper-wide {
    width:920px;
    height:350px;
	padding-bottom: 60px;
}

#slider-wrapper-wide .nivo-caption {
	background:url("../images/trans-white.png") ;
	width: 940px;
	text-align: center;
}

#slider-wrapper-wide .nivo-caption p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #393939;
	margin: 0;
	font-size: 24px;
	line-height: 26pt;
	padding: 20px 0 20px 0;
	
}

#slider-wrapper-wide .nivo-controlNav {
	position:absolute;
	right: 30px;
	bottom: -27px;
}

#slider-wrapper-small {
    width:600px;
    height:330px;
	margin: 0 0 50px 0;
}

#slider {
	position:relative;
    width:980px;
    height:350px;
	background:url("../images/sliders/loading.gif") no-repeat 50% 50%;
	z-index: 20;
}
#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
#slider a {
	border:0;
	display:block;
}

#slider-wrapper-small .nivo-controlNav {
	position:absolute;
	right: 30px;
	bottom: -30px;
}

.nivo-controlNav {
	position:absolute;
	right: 10px;
	bottom: -30px;
}
.nivo-controlNav a {
	display:block;
	width:18px;
	height:18px;
	background: url("../images/sliders/bullets.png") no-repeat -2px -5px;
	text-indent:-9999px;
	border:0;
	float:left;
}
.nivo-controlNav a.active {
	background-position: -2px -25px;
}

/************************* STYLES FOR TALL NIVO SLIDER ********************************/
#tall-nivo-featured-wrap {
	position: relative;
	width: 980px;
	height: 330px;
	padding: 0 0 50px 0;
	margin: 0;
	background:	#eef1ea;
	border-top: 1px solid #dfdfdf;
	border-bottom: 1px solid #dfdfdf;
}

#tall-nivo-featured-wrap #slider {
	position:relative;
    width:980px;
    height:330px !important;
	background:url("../images/sliders/loading.gif") no-repeat 50% 50%;
	z-index: 20;
}

#slider-wrapper-tall {
	position: relative;
    width: 980px;
    height: 330px;
}

#slider-wrapper-tall .nivo-caption {
	background: none;
	border-left: 0;
	width: 940px;
	position: absolute;
	top: -85px; 
	left: 20px;
	display: none;
	text-align: center;
}

#slider-wrapper-tall .nivo-caption p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #393939;
	margin: 0;
	font-size: 24px;
	line-height: 26pt;
	text-shadow: 1px 1px 1px #cfcfcf;
	
}

.nivo-caption a { 
	text-decoration: none;
}

.nivo-caption a:hover { 
	text-decoration: none;
}

.nivo-directionNav a {
	z-index:99;
	cursor:pointer;
	display:block;
	width:29px;
	height:29px;
	text-indent:-9999px;
	border:0;
}

.nivo-prevNav {
	left: 30px;
	bottom: -39px !important;
	background: url("../images/sliders/nivo-arrows.png") no-repeat top left !important;
}
.nivo-nextNav {
	left: 64px;
	bottom: -39px !important;
	background: url("../images/sliders/nivo-arrows.png") no-repeat top right !important;
}

.nivo-prevNav:hover {
	background: url("../images/sliders/nivo-arrows.png") no-repeat bottom left !important;
}
.nivo-nextNav:hover {
	background: url("../images/sliders/nivo-arrows.png") no-repeat bottom right !important;
}

.nivo-controlNav {
	position:absolute;
	right: 30px;
	bottom: -26px;
}