@charset "utf-8";
/* CSS Document */
/* FEATURED CONTENT SLIDER STYLES */

#wrapper{
	width: 594px;
	height: 200px;
	background: #0e0e0e;
	position: relative;
}trbl

#slider {
	margin-left: 0px;
	position: relative;
	height: 200px;
	width: 594px;
}

.scroll {
	width: 527px;
	height: 200px;
	overflow: hidden;
	position: absolute;
	background: #0e0e0e;
}

#shade {
	background: #0e0e0e;
	height: 200px;
	width: 63px;
	position: absolute;
	top: 0px;
	right: 0px;
}

.scrollContainer {
	width: 500px;
	height: 200px;
}

.panel {
	width: 594px;
	height: 200px;
}

.format_text.featured_media{
	margin-right: 1em;
	float: left;
}

.format_text.featured_media a img{
	width: 15em;
	height: 12em;
}

.featured_text{
	font-size: 12px;
	position: absolute;
	width: 280px;
	height: 150px;
	margin-left: 200px;
	color: #999;
}

.format_text.featured_text div.format_text.entry-content p{
	margin-bottom: 0;
	padding-bottom: 0;
}

.entry-title {
	margin-bottom: 0;
	padding-bottom: 0;
	font-size: 20px;
}

#shade.tall-shade {
	background: #000;
	height: 200em;
}

ul.navigation {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ul.navigation li {
	display: inline;
	list-style-type: none;
}

ul.navigation a {
}

ul.navigation a:hover {
	color: #FFF;
}

ul.navigation a.selected {
}

ul.navigation a:focus {
	outline: none;
}

.scrollButtons {
	position: absolute;
	top: 172px;
	cursor: pointer;
}

.scrollButtons.left {
	left: 477px;
	z-index: 100;
}

.scrollButtons.right {
	left: 500px;
	z-index: 101;
}

.hide {
	display: none;
}

span.thumbtitle {
	display: block;
	font-size: 1.3em;
	text-align: center;
	display:none;
}

img.scroller-thumb {
	padding: 2px 2px;
	border: 1px solid #202020;
	width: 53px;
	margin: 4px auto auto auto;
}

img.scroller-thumb-big {
	padding: 0.3em 0.4em;
	border: 0.1em solid #2b2b2b;
}

a.selected img.scroller-thumb {
	border-color: #2c2c2c;
	background-color: #111;
}

.frame {
	padding: 4px;
	border: 1px solid #222;
	float: left;
	margin: 20px 0px 20px 20px;
}