/* FEATURED CONTENT SLIDER STYLES */

#slider {
	margin: 0 auto;
	position: relative;
}

.scroll {
	width: 62.2em;
	overflow: auto;
	overflow-x: hidden;
	position: relative;
	background: #0e0e0e;
}

.scrollContainer div.panel {
	padding: 1em;
	width: 61.2em;
	background-color: #000;
}

.featured_media {
	margin-right: 1em;
	float: left;
}

.featured_media a img {
	width: 15em;
	height: 12em;
}

.featured_text{
	font-size: 1em;
	float: left;
	width: 35.5em;
}

.format_text .featured_text div.format_text .entry-content p {
	margin-bottom: 0;
	padding-bottom: 0;
}

#shade {
background: #000;
height: 9em;
border-top: 1px solid #333;
}

#shade.tall-shade {
background: #000;
height: 12em;
border-top: 1px solid #333;
}

ul.navigation {
list-style: none;
margin: 0;
padding: 0;
padding-bottom: 0.9em;
}

ul.navigation li {
display: inline;
margin-right: 0.8em;
}

ul.navigation a {
padding: 0.9em;
color: #000;
text-decoration: none;
float: left;
font-size: 1.25em;
}

ul.navigation a:hover {
background: url(images/arrow_down.png) no-repeat 50% 0%;

}

ul.navigation a.selected {
background: url(images/arrow_down.png) no-repeat 50% 0%;
}

ul.navigation a:focus {
outline: none;
}

.scrollButtons {
position: absolute;
top: 130px;
cursor: pointer;
}

.scrollButtons.left {
left: -13px;
z-index: 100;
display: none;
visibility: hidden;
}

.scrollButtons.right {
right: -13px;
z-index: 101;
display: none;
visibility: hidden;
}

.hide {
display: none;
}

span.thumbtitle{
display: block;
font-size: 1.3em;
text-align: center;
display:none;
}

img.scroller-thumb{
padding: 0.3em 0.4em;
border: 0.1em solid #2b2b2b;
width: 13.3em;
}

img.scroller-thumb-big{
padding: 0.3em 0.4em;
border: 0.1em solid #2b2b2b;
}

a.selected img.scroller-thumb{
}