#featured-wrapper {
	font-family: Arial;
	font-size: 12px;
	color: #444;
	line-height: 20px;
    width: 928px;
	padding: 1px 0px 0px 0;
	margin-bottom: 2px;
	position: relative;
	overflow: hidden;
    margin-left: 10px;
}

.nivo-controlNav {
	
	margin-top: 4px;
	position: absolute;
	right: 4px;
	z-index: 99;
	overflow: hidden;
}

.nivo-controlNav ul li {
	height: 40px;
	overflow: hidden;
}

.nivo-controlNav ul li.first {
	height: 180px;
}

.nivo-controlNav ul li.first a.nivo-control {
	border-top: solid 1px #e6e6e6;
}

.nivo-controlNav ul li span.excerpt {
	margin-left: 20px;
	background: #444;
	border: solid 1px #373737;
	color: #999;
	display: block;
	width: 278px;
	padding: 15px 20px 16px 20px;
	height: 180px;
    }

.nivo-controlNav ul li span.excerpt a {
	color: #fff;
	font-weight: bold;
}

.nivo-controlNav a.nivo-control {
	height: 41px;
	background: url(/images/slider_tab.gif) repeat-x;
	display: block;
	width: 299px;
	margin: 0 0 1px 20px;
	border-right: solid 1px #e6e6e6;
	border-top: solid 1px #e6e6e6;
	cursor: pointer;
	line-height: 40px;
	padding-left: 20px;
	color: #777;
	text-shadow: #f4f4f4 1px 1px 0;
	font-weight: bold;
}

.nivo-controlNav a.nivo-control:hover {
	color: #555;
}

.nivo-controlNav a.nivo-control.active {
	background: url(/images/slider_tab_active.gif) repeat-x;
	border-right: solid 1px #555;
	border-top: 0 !important;
	color: #fff;
	text-shadow: #444 -1px -1px 0;
	margin-bottom: -1px
}

.nivo-controlNav a.nivo-control.active span {
	display: block;
	height: 41px;
	background: url(/images/slider_active_arrow.gif) no-repeat;
	margin-left: -40px;
	padding-left: 40px;
}

#featured {
	width: 920px;
	padding: 3px;
	position: relative;
	float: left;
	overflow: hidden;
	background: #fff;
	border: solid 1px #ddd;
}

#featured ul {
	height: 300px;
	overflow: hidden;
    list-style: none;
    margin:0;
    padding:0;
}

#featured span {
	z-index: 1000;
}

#featured h1.hidden, #featured p {
	display: none;
}

.nivoSlider {
	position:relative;
}

.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}

.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;
}

.nivo-slice {
	display:block;
	position:absolute;
	z-index:50;
	height:100%;
}

.nivo-caption {
	display: none;
}

.nivo-caption p {
	padding:5px;
	margin:0;
}

.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:99;
	cursor:pointer;
}

.nivo-prevNav {
	left:0px;
}

.nivo-nextNav {
	right:0px;
}

.nivo-controlNav a.active {
	font-weight:bold;
}

#featured span {
	z-index: 98;
}

#featured span.top {
	height: 3px;
	left: 5px;
	right: 325px;
	top: 5px;
	background: url(/images/10percent.png) repeat;
	position: absolute;
}

#featured span.left {
	width: 3px;
	left: 5px;
	top: 8px;
	bottom: 8px;
	background: url(/images/10percent.png) repeat;
	position: absolute;
}

#featured span.right {
	width: 3px;
	right: 325px;
	top: 8px;
	bottom: 8px;
	background: url(/images/10percent.png) repeat;
	position: absolute;
}

#featured span.bottom {
	height: 3px;
	left: 5px;
	right: 325px;
	bottom: 5px;
	background: url(/images/10percent.png) repeat;
	position: absolute;
}

.theme-default .nivoSlider a, 
.theme-default .nivoSlider img {
 display: block !important;
 }
 