#featured {
	
	height: 400px;
	margin-top: 0px;
	padding: 0px 0px;
	position: relative;
}
a#left-arrow, a#right-arrow, #featured .nivo-prevNav, #featured .nivo-nextNav {
	position: absolute;
	top: 158px;
	width: 24px;
	height: 49px;
	text-indent:-9999px;
	z-index: 40;
}
a#left-arrow, #featured .nivo-prevNav {
	background:url(../images/left-arrow.png) no-repeat;
	left: 0px;
}
a#right-arrow, #featured .nivo-nextNav {
	background:url(../images/right-arrow.png) no-repeat;
	right: 0px;
}

#controllers, .nivo-controlNav {
	text-align: center;
	padding-top: 142px;
	padding-bottom: 14px;
}
#controllers {
	display:none
}
#controllers a, .nivo-controlNav a {
	background:url(../images/controller1.png) no-repeat;
	display:block;
	height:11px;
	margin-right:4px;
	text-indent:-9999px;
	width:11px;
	display: inline-block;
}
#controllers a.activeSlide, .nivo-controlNav a.active, #controllers a:hover, .nivo-controlNav a:hover {
	background:url(../images/controller2.png) no-repeat;
}
.nivoSlider {
	overflow: hidden;
	position: relative;
	width: 1013px !important;
	height:400px !important
}
.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: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 {
	background: none repeat scroll 0 0 #FFFFFF;
	border-radius: 0 5px 5px 0;
	bottom: 85px;
	color: #000000;
	font-family: Georgia;
	font-size: 32px;
	font-style: italic;
	left: 0;
	opacity: 0.8;
	padding: 10px 10px 10px 30px;
	position: absolute;
	z-index: 8;
}
.nivo-caption p {
	padding:5px;
	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:9;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
	left: 40px;
	position: absolute;
	top: 225px;
	z-index: 9;
}
.nivo-controlNav a {
	position:relative;
	z-index:9;
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}