﻿.featured-wrapper {
	margin-bottom: 30px;
	width: 100%;	/* 750 / 940 = 0.79787234042553 */
	overflow: hidden;
	position: relative;
	z-index: 1;
	margin:0 auto;
	padding-top:15px;
}
#featured-content {
	position: relative;
	margin-bottom: 20px;
	height:400px;
	overflow:hidden;
}
.featured-post {
	position: relative;
	overflow: hidden;
	float: left;featured-thumbnail
}

@-moz-document url-prefix() {
	.featured-post .byline{
		bottom: 135px!important;
	}
}
.featured-post a:hover { border-bottom: none; }
.featured-thumbnail {max-width: 100%;  border-radius: 5px;}

#featured-content .dummy {
	width: 100% !important;
	height: auto !important;
	max-width: 100%;
	height: auto;
}

#slider-prev {
	left: 0;
	background-position: 22px 4px;
	top:150px;
}
#slider-next {
	right: 0;
	top:150px;
	background-position:535px -75px;
}
.slider-nav:hover {background:url(../images/slider-nav-arrows2.png) no-repeat;}

.slider-nav {
	display: block;
	position: absolute;
	width: 600px;
	height: 80px;
	background: rgba(255,255,255,0); url(../images/slider-nav-arrows.png) no-repeat;
	z-index: 9;
	cursor: pointer;
}

/*  Featured Content (slider) Navigation
-------------------------------------------------------------- */
#slide-thumbs {
	position:relative;
	width:1900px;
	margin:0 auto;
}

#slider-nav li {
	position:relative;
	float: left;
	list-style: none;
	width:185px;
	height:30px;
	margin-right:20px;
	left:98px;	
}

#slider-nav li a, #slider-nav li a:visited {
	border-bottom: none;
	padding: 0;
}

#slider-nav li.last {margin-right:0;}
#slider-nav li img {max-width: 100%; opacity:0.1;}
.activeSlide img {opacity:1!important;}
.activeSlide a:hover,
#slider-nav li a:hover{border-bottom:none!important;text-decoration:none}
.slider-nav-thumbnail {width:185px; height:30px;}