/* FEATURED CONTENT SLIDER STYLES */

#sliderwrapper{
	width: 550px;
	border: 5px solid #333;
	color:#fff;
	margin: 0 auto 10px;
}

#slider {
	margin: 0 auto;
	position: relative;
}

.scroll {
	width: 550px;
	overflow: auto;
	overflow-x: hidden;
	position: relative;
	background: #0e0e0e;
  	
}

.scrollContainer div.panel {
	padding: 10px 20px 20px 20px;
	width: 510px;
   	height: 185px;	
}
	.panel h2{
		font-size: 24px;
		line-height: 30px;
		font-weight: normal;
		padding: 5px 2px;
	}
	.panel h2 a{
		color:#f4f4f4;
	}
	.panel h2 a:hover{
		text-decoration: none;
		color: #ffba00;
	}
.featured_text{
	float: left;
	font: 14px Arial, Helvetica, sans-serif;
}	
.featured_title{ width: 510px; height:40px; overflow:hidden;}
.featured_media{
	margin-right: 10px;
	float: left;
}

.featured_media a img{
	width: 125px;
	height: 125px;
	border: 1px solid #333;
	padding: 5px;
}



.featured_text div.format_text.entry-content p{
	margin-bottom: 0;
	padding-bottom: 0;
}

#shade {
	background: #000;
	height: 110px;
	border-top: 1px solid #333;
}

ul.navigation {
	list-style: none;
	margin: 0 auto;
	padding: 0;
}

ul.navigation li {
	display: inline;
}

ul.navigation a {
	padding: 5px;
	color: #000;
	text-decoration: none;
	float: left;
}

ul.navigation a:hover {
	background: url('../images/bullet_arrow_down.gif') no-repeat 50% 0%;

}

ul.navigation a.selected {
	background: url('../images/bullet_arrow_selected.gif') no-repeat 50% 0%;
}

ul.navigation a:focus {
	outline: none;
}


.scrollButtons {
    position: absolute;
    top: 193px;
    cursor: pointer;
}

.scrollButtons.sleft{
	left: 3px;
	height: 16px;
	width: 16px;
    background: url('../images/arrowleft.gif') no-repeat;
}

.scrollButtons.sright{
	right: 3px;
	height: 16px;
	width: 16px;
    background: url('../images/arrowright.gif') no-repeat;
}

.hide {
    display: none;
}

.hide {
display: none;
}

span.thumbtitle{
display: block;

text-align: center;
display:none;
}

img.scroller-thumb{
	padding: 5px;
	border: 1px solid #333;
	width: 67px;
	height: 67px;
}


a.selected img.scroller-thumb{
}

