﻿.slider-thumbs-nav ul {
	list-style: circle;
	margin: 0 0 1.75em 2.8em;
	padding: 0;
}
/* Layout
-------------------------------------------------------------- */
.wrap {
	max-width: 770px;
	position: relative;
	border:0px solid red;
	margin-top:10px;
}

.side-show {
	clear: both;
	width: 100%;
	position: relative;
}
.featured-wrapper {
	float: left;
	width: 100%;	/* 750 / 770 = 0.97402597 */
	overflow: hidden;
	position: relative;
	z-index: 1;
}
#featured-content {
	position: relative;
	_height:287px;
	overflow:hidden;
}
.featured-post 
{
	position: relative;
	overflow: hidden;
	float: left;
	text-align:center;
	vertical-align:middle;
}
.featured-post img 
{
	width:770px;
	_max-height:400px;
	vertical-align:middle;
}
.featured-post h2.entry-title a {
	position: absolute;
	bottom: 180px;
	right: 0;
	color: #fff;
	background: rgba(0,0,0,0.7);
	_padding: 5px 30px 5px 20px;
	font-size: 22px;
	text-transform: uppercase;
	background:#000\9;
	filter:alpha(opacity=70)
}
.featured-post:hover h2.entry-title a, .featured-post:hover .byline {
	color: #fff;
	background: #111;
}
.featured-post .byline {
	position: absolute;
	bottom: 150px;
	right: 0;
	color: #fff;
	background: rgba(0,0,0,0.7);
	padding: 5px 30px 5px 20px;
	font-size: 12px;
	bottom: 136px;
	bottom: 135px\9;
	background:#000\9;
	filter:alpha(opacity=70)
}
@-moz-document url-prefix() {
	.featured-post .byline{
		bottom: 135px!important;
	}
}
.featured-post a:hover { border-bottom: none; }
.featured-thumbnail { max-width: 100%; }
#featured-content .dummy {
	_width: 100% !important;
	_height: auto !important;
	max-width: 100%;
	height: auto;
}
.no-js #featured-content .dummy, #featured-content .dummy.hidden { display: none; }
.slider-nav {
	display: block;
	position: absolute;
	bottom: 25%;
	width: 40px;
	height: 117px;
	background:url(../images/SideShow/slider-nav-arrows1.png) no-repeat scroll 0px 0px;
	color: #fff;
	font-size: 1em;
	z-index: 9;
	cursor: pointer;
	text-indent: -9999em;
}
#slider-prev {
	left: 0;
	background-position: -0px -0px;
}
#slider-next {
	right: 0;
	background-position: -40px 0px;
}
.slider-nav:hover { background-color: #000; opacity:0.3; }

/*  Featured Content (slider) Navigation
-------------------------------------------------------------- */
#slider-nav {
	position: relative;
	width: 100%;
	overflow: hidden;
	padding: 0;
	margin-top: 5px;
}
#slide-thumbs {
	width: 100%;
	margin: 0;
}
#slider-nav li {
	text-align:center;
	float:left;
	list-style: none;
	width: 19.480519%;	/* 149 / 770 = 0.2 */
	margin: 0;	/* 18 / 750 = 0.024 */
	padding-right:5px;	
}
#slider-nav li:last-child {
	text-align:center;
	float:left;
	list-style: none;
	width: 19.480519%;	/* 149 / 770 = 0.2 */
	margin: 0;	/* 18 / 750 = 0.024 */
	padding-right:0px;
}

#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%;width:154px;height:95px; }
.activeSlide img { opacity: 0.3!important; }
.activeSlide a:hover,
#slider-nav li a:hover{border-bottom:none!important;text-decoration:none}




