#BCTheader {
	margin-bottom:0;
}



.bottomSlide {
	background:url("../images/featured-recipes/bkg_slide_n.jpg") no-repeat scroll 0 0 transparent;
	height:7px;
	margin:0 auto;
	position:relative;
	width:970px;
	_width:966px;
}

#featured-recipes-container {
	background:url("../images/featured-recipes/bkg_slide.jpg") repeat-y scroll 0 0 transparent;
	height:347px;
	clear:both;
	margin:0 auto;
	padding:7px 0 0;
	position:relative;
	width:970px;
}

#featured-recipes-container .image-container {
	background:none repeat scroll 0 0 transparent;
	float:left;
	height:345px;
	overflow:hidden;
	width:654px;
	_width:652px;
	border : 1px solid #FFFFFF;
	margin: 0 0 0 4px;
}


#featured-recipes-container .navigator {
	float:left;
	height:347px;
	margin:0 7px 0 0;
	overflow:hidden;
	padding:0;
	position:relative;
	width:301px;
	z-index:9;
}

#featured-recipes-container .navigator ul{
	background:none repeat scroll 0 0 transparent;
	list-style:none outside none;
	margin:0;
	padding:0;
	text-align:left;
}

#featured-recipes-container .navigator li {
	background:url("../images/featured-recipes/sep.jpg") no-repeat scroll -3px bottom transparent;
	border:medium none;
	display:block;
	height:87px;
	list-style:none outside none;
	margin:0;
	padding:0;
}

#featured-recipes-container .navigator li a{
	display:block;
	padding:0;
	margin:0;
	text-decoration:none;
	font-size:11px;
	color:#fff;
	background: url("../images/featured-recipes/nav.png") no-repeat 0 bottom;
	height:86px;
	overflow:hidden;
	width:300px;
}

#featured-recipes-container .navigator li a:hover,
#featured-recipes-container .navigator li a.active{
	display:block;
	padding:0;
	margin:0;
	text-decoration:none;
	font-size:11px;
	color:#fff;
	background: url("../images/featured-recipes/nav-active.png") no-repeat 0 bottom;
	height:86px;
	overflow:hidden;
	width:300px;
}

#featured-recipes-container .navigator a img {
	border:1px solid #FFFFFF;
	display:block;
	float:right;
	height:65px;
	margin:10px 9px 0 12px;
	overflow:hidden;
	padding:0;
	width:65px;
	opacity:0.6;-moz-opacity:0.6;filter:alpha(opacity=60);
}

#featured-recipes-container .navigator a.active img,
#featured-recipes-container .navigator a:hover img{
	opacity:1.0;-moz-opacity:1.0;filter:alpha(opacity=100);
}

#featured-recipes-container .navigator a .title{
	color	: #b99d9d;
	font-size : 12px;
	font-weight : bold;
	margin	: 20px 0 5px 20px;
	line-height : 14px;
}

#featured-recipes-container .navigator a.active .title,
#featured-recipes-container .navigator a:hover .title{
	color	: #FFFFFF;
}

#featured-recipes-container .navigator a .author{
	font-weight:normal;
	color:#730909;
	margin:0;
	padding:0;
	font-size:11px;
	line-height:12px;
	margin : 4px 0 0 20px;
}






