.featured_slider{
	width:520px;
	}
.featured_slider #slider_root{
	position:relative;
	overflow:hidden;
	width:496px;
	height:210px;
	background:#fff;
	margin-bottom: 0;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	padding-top: 10px;
	border: 7px solid #BFBDE8;
	}
.featured_slider .slider_items{
	width:20000em;
	position:absolute;
	}
.slider_post{
	float:left;
	width:486px;
	height:100%;
	position:relative;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	}
.slider_nav{
	clear:both;
	width:505px;
	text-align:right;
	padding-top:5px;
	padding-right:15px;
	height:20px;
	}
.slider_nav a span{
	display:none;
	}
.slider_nav a, .slider_nav a:visited{
	display:inline-block;
	background:#ccc;
	width:10px;
	height:10px;
	margin-left:3px;
	}
.slider_nav a.active, .slider_nav a.active:visited, .slider_nav a:hover{
	background-color: #660099;
	}
