#featured_slide{
	height:380px;
	padding:30px 0 0 24px;
}
#featured_slide #slider{
	position:relative;
	width:900px;
	height:350px;
	overflow:hidden;
	border:10px solid #f8f8f8;
	
	box-shadow: 0 0 2px rgba(200, 200, 200, 1); 
	-webkit-box-shadow: 0 0 2px rgba(200, 200, 200, 1); 
	-moz-box-shadow: 0 0 2px rgba(200, 200, 200, 1); 
	-webkit-transition: all 0.3s ease; 
	-moz-transition: all 0.3s ease; 
	-o-transition: all 0.3s ease;
	
}
.nivoSlider {
	float:left;
	position:absolute;
}

.nivoSlider img {
	left:0px;
	position:absolute;
	top:0px;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	border:0;
	display:none;
	height:100%;
	left:0px;
	margin:0;
	padding:0;
	position:absolute;
	top:0px;
	width:100%;
	z-index:60;
}
/* The slices in the Slider */
.nivo-slice {
	display:block;
	height:100%;
	position:absolute;
	z-index:50;
}
/* Caption styles */
.nivo-caption {
	background:#000;
	bottom:0px;
	color:#ffffff;
	left:0px;
	opacity:0.9; /* Overridden by captionOpacity setting */
	position:absolute;
	width:100%;
	z-index:89;
}
.nivo-caption p {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	font-weight:normal;
	margin:0;
	padding:15px 10px 15px 10px;
	text-align:center;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	cursor:pointer;
	position:absolute;
	top:45%;
	z-index:99;
}
.nivo-prevNav {
	left:0px;
	border:1px solid red;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav{
	float:left;
	display:none;
}
.nivo-controlNav a {
	background:url(../images/bullet.png) no-repeat;
	cursor:pointer;
	display:block;
	float:left;
	height:6px;
	left:10px;
	margin:10px 0 0 0;
	position:relative;
	text-indent:-999999px;
	width:11px;
	z-index:99999999999;
}
.nivo-controlNav a.active {
	background-position:-10px;
}