/* FEATURED ********************************************************/

div#featured {
	float: left;
	width: 855px;
	height: 330px;
	background: #41220d url(../../images/bg_featured.jpg) no-repeat top right;
	z-index: auto;
}

div#featuredleft {
	float: left;
	padding: 7px 0px 7px 7px;
	width: 417px;
}

div#featuredleft ul {
	margin: 0 0 2px 0;
	padding: 0;
}

div#featuredleft ul li {
	display: block;
	float: left;
	padding: 7px;
	margin: 0;
	width: 125px;
	height: 90px;
}

div#featuredleft ul li a {
	display: block;
	width: 125px;
	height: 90px;
}

div#featuredleft ul li a span span {
	display: none;
}

div#featuredleft ul li.rosefarm a {
	background: url(../../images/featured/li_rosefarm.jpg) top no-repeat;
}

div#featuredleft ul li.rosefarm a.active, div#featuredleft ul li.rosefarm a:hover {
	background: url(../../images/featured/li_rosefarm.jpg) bottom no-repeat;
}

div#featuredleft ul li.wrc a {
	background: url(../../images/featured/li_wrc.jpg) top no-repeat;
}

div#featuredleft ul li.wrc a.active, div#featuredleft ul li.wrc a:hover {
	background: url(../../images/featured/li_wrc.jpg) bottom no-repeat;
}

div#featuredleft ul li.fourwalls a {
	background: url(../../images/featured/li_fourwalls.jpg) top no-repeat;
}

div#featuredleft ul li.fourwalls a.active, div#featuredleft ul li.fourwalls a:hover {
	background: url(../../images/featured/li_fourwalls.jpg) bottom no-repeat;
}

div#featuredleft ul li.courtney a {
	background: url(../../images/featured/li_courtney.jpg) top no-repeat;
}

div#featuredleft ul li.courtney a.active, div#featuredleft ul li.courtney a:hover {
	background: url(../../images/featured/li_courtney.jpg) bottom no-repeat;
}

div#featuredleft ul li.becker a {
	background: url(../../images/featured/li_becker.jpg) top no-repeat;
}

div#featuredleft ul li.becker a.active, div#featuredleft ul li.becker a:hover {
	background: url(../../images/featured/li_becker.jpg) bottom no-repeat;
}

div#featuredleft ul li.advore a {
	background: url(../../images/featured/li_advore.jpg) top no-repeat;
}

div#featuredleft ul li.advore a.active, div#featuredleft ul li.advore a:hover {
	background: url(../../images/featured/li_advore.jpg) bottom no-repeat;
}



div#featureddesc {
	padding: 7px 12px;
	margin: 7px 0 0 6px;
	height: 76px;
	overflow: hidden;
}

div#featureddesc h3 {
	font-weight: bold;
	color: #fff;
}

div#featureddesc h3 span {
	display: inline;
	color: #ebca28;
}

div#featureddesc p {
	font-weight: bold;
	color: #9d8e82;
}

div#featureddesc p a {
	color: #dfcab9;
}

div#featureddesc p a:hover {
	background: transparent;
	text-decoration: underline;
}

div#featuredright {
	position: relative;
	top: 9px;
	margin: 0 0 0 425px;
}

div#featuredright ul#cyclenav {
	position: absolute;
	top: 250px;
	margin: 0 0 0 319px;
	z-index: 100;
}

div#featuredright ul#cyclenav li {
	display: inline;
}

div#featuredright ul#cyclenav li a {
	float: left;
	background: #111;
	font-weight: bold;
	font-size: 15px;
	padding: 4px 12px;
	color: #fff;
}

div#featuredright ul#cyclenav li a:hover,
div#featuredright ul#cyclenav li a.active {
	background: #000;
	color: #f4d900;
	cursor: pointer;
	outline: none;
}

div#featuredright div#rotator {
	width: 420px;
	height: 315px;
	overflow: hidden;
	background: url(../../images/featured/bg_rotator1.jpg) no-repeat; 
}

div#featuredright img#rotholder {
	position: absolute;
	z-index: 90;
	top: 5px;
	left: 10px;
	width: 405px;
	height: 300px;
	display: block;
} 

div#featuredright img#rotactive {
	position: absolute;
	top: 5px;
	left: 10px;
	width: 405px;
	height: 300px;
	display: block;
	z-index: 70;
}

div#featuredright img#rot2 {
	position: absolute;
	top: 5px;
	left: 10px;
	width: 405px;
	height: 300px;
	display: block;
	z-index: 70;
}

div#featuredright img#rot3 {
	position: absolute;
	top: 5px;
	left: 10px;
	width: 405px;
	height: 300px;
	display: block;
	z-index: 70;
}

div#featuredright img#rot4 {
	position: absolute;
	top: 5px;
	left: 10px;
	width: 405px;
	height: 300px;
	display: block;
	z-index: 70;
}

div#featuredright img#rot5 {
	position: absolute;
	top: 5px;
	left: 10px;
	width: 405px;
	height: 300px;
	display: block;
	z-index: 70;
}

div#featuredright img#rot6 {
	position: absolute;
	top: 5px;
	left: 10px;
	width: 405px;
	height: 300px;
	display: block;
	z-index: 70;
}
div#featuredright div#rotspinner {
	position: absolute;
	z-index: 80;
	top: 5px;
	left: 10px;
	width: 405px;
	height: 300px;
	background: #fff url(../../images/loading.gif) center center no-repeat;
}

