#featuredScroller{
	position: relative;
	overflow: hidden;
	width: 560px;
	height: 250px;	
	background-color: #000000;
	color: #ffffff;
}

#featuredScroller #featuredItems {
	width: 20000em;
	position: absolute;
	clear: both;
}

#featuredScroller #featuredItems .item {
	float: left;	
	width: 560px;
}

.featuredContent{
	width: 200px;
	float: right;
	padding: 20px;
}

#featuredItems .item img{
	float: left;
}

#mainColumn .featuredContent h1{
	font-size: 18px;
	margin-bottom: 9px;
}

#mainColumn h1 a{
	color: #E17B4A;
}

#mainColumn h1 a:hover{
	border: none;
	background: transparent;
	color: #FEFEC2;
}

#featuredNavHolder{
	clear: both;
	height: 40px;
	padding-top: 10px;	
}

a#featuredNavPrev, a#featuredNavNext, a#featuredNavPrevPage, a#featuredNavNextPage {
	display: block;
	width: 18px;
	height: 18px;
	background: url(../images/scroller-nav-left.png) no-repeat;
	margin-left: 10px;
	cursor: pointer;
	float: right;
	display: inline;
}

a#featuredNavPrev:hover, a#featuredNavNext:hover, a#featuredNavPrevPage:hover, a#featuredNavNextPage:hover {
	background-position: 0px -18px;
	border: 0;
}

a.disabled {
	visibility: hidden !important;
}

a#featuredNavNext, a#featuredNavNextPage {
	background-image: url(../images/scroller-nav-right.png);
	clear: left;
}

/*********** navigator ***********/
/* position and dimensions of the navigator */
div.navi {
	margin-left:328px;
	width:200px;
	height:20px;
}


/* items inside navigator */
div.navi a {
	width:8px;
	height:8px;
	float:left;
	margin:3px;
	background:url(../img/navigator.png) 0 0 no-repeat;     
	cursor:pointer;	
}

/* mouseover state */
div.navi a:hover {
	background-position:0 -8px;      
}

/* active state (current page state) */
div.navi a.active {
	background-position:0 -16px;     
}

/* featured content  */
#subFeaturedWrap{
	margin-bottom: 40px;
	float: left;
}

.subFeaturedItem{
	width: 173px;
	height: 380px;
	float: left;
	position: relative
}

.subFeaturedItem p a{
	position: absolute;
	bottom: 0;
	right: 0;
}

.subFeaturedHeader{
	background: #000000;
	padding: 5px;
	color: #ffffff;
}

.subFeaturedItemMiddle{
	margin: 0 20px;
}

#subFeaturedWrap h1{
	font-size: 14px;
	margin: 9px 0 5px 0;
	color: #CE5A21;
}

#subFeaturedWrap h1 a:hover{
	color: #CE5A21;
}