/*
 * jQuery Nivo Slider v2.5.1
 * http://nivo.dev7studios.com
 *
 * Copyright 2011, Gilbert Pellegrom
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 * 
 * March 2010
 */
 
.sliderwrapper {
	position:relative;
	width:917px;
	height:158px;
	margin-bottom:36px;
	
		
}
#home_banner{}

.nivoSlider {
	position:relative;
	width:917px;
	height:158px;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
/* 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:6;
	display:none;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
}
/* Caption styles */
.nivo-caption {
	position:absolute;
	left:40px;
	bottom:30px;
	color:#ffffff;
	font-weight:bold;
	z-index:8;
	font-size:30px;
	line-height:34px;
	font-family:"Times New Roman", Times, serif;
}
.nivo-caption p {
	padding:10px 0 0 0;
	margin:0;
	font-size:28px;
	line-height:28px;
	font-family:Arial, Helvetica, sans-serif;
}
.nivo-caption strong {
	display:block;
	font-size:42px;
	color:#be8447;
	line-height:42px;
	font-family:'Myriad Pro', Arial, Helvetica, sans-serif;
	font-style:italic;
	font-weight: normal;
	margin-bottom:5px;
}
.nivo-caption a {
	display:block!important;
	float:left;
	color:#5c331d!important;
	font-size:14px;
	line-height:18px;
	text-decoration:none !important;
	padding:0px 0 0 15px;
	background:url(http://www.nanticoke.org/App_Themes/NantiCoke/images/icon/know_more_arrow.png) left 4px no-repeat;
	margin-top:20px;
}
.nivo-caption a:hover {
	color:#5c331d !important;
	text-decoration: underline !important;
}
.nivo-html-caption {
	display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:9;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
/*.nivo-controlNav a {
	position:relative;
	z-index:9;
	cursor:pointer;
}*/
.nivo-controlNav a.active {
	font-weight:bold;
}
/*============================*/
/*=== Custom Slider Styles ===*/
/*============================*/

.nivo-controlNav {
	position:absolute;
	right:19px;
	top:13px;
	z-index:50;
	cursor:pointer;
}
.nivo-controlNav a {
	display:block;
	width:9px;
	height:9px;
	background: url(../images/sliderImg/bullet.png) -10px 0px no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
}
.nivo-controlNav a.active {
	width:9px;
	height:9px;
	background-position:0px 0px;
}
/*.nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(http://www.nanticoke.org/App_Themes/NantiCoke/images/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}*/
a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
a.nivo-prevNav {
	left:15px;
}
.nivo-caption {
	text-shadow:none;
}
.nivo-caption a {
	color:#efe9d1;
	text-decoration:underline;
}