/* FEATURED CONTENT SLIDER STYLES */

#sliderwrapper{
	width:456px;
	color:#262626;
	margin: 0px;
}

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

.scroll {
	width:456px;
	overflow: auto;
	overflow-x: hidden;
	position: relative; 	
}

.scrollContainer div.panel {
	padding:0px 0px 0 0px;
	width:456px;
}
	.panel h2{
		font-size: 20px;
		line-height: 25px;
		font-weight: normal;
		padding: 5px 2px;
	}
	.panel h2 a{
		color:#262626;
	}
	.panel h2 a:hover{
		text-decoration: underline;
		color: #000;
	}
.featured-text{
	float: left;
}	

.featured-text div.format_text.entry-content p{
	margin-bottom: 0;
	padding-bottom: 0;
}
.scrollButtons {
    position: absolute;
    top: -3px;
    cursor: pointer;
}
.scrollButtons.sleft{
	right: 28px;
	height: 16px;
	width: 16px;
    background: url('../images/arrowleft.gif') no-repeat;
}
.scrollButtons.sright{
	right: 10px;
	height: 16px;
	width: 16px;
    background: url('../images/arrowright.gif') no-repeat;
}
.hide {
    display: none;
}
