
.featured_div {
	border:2px solid #616161;
}

.featured_tab {
	border-top:2px solid #616161;
	border-left:2px solid #616161;
	height: 86px;
	background-image:  url('../includes/buzz/templates/images/tab_grad.png');
	background-repeat: repeat-x;
	position: relative;
	cursor: pointer;
}

.featured_tab:hover {
	background-image:  url('../includes/buzz/templates/images/tab_grad_on.png');
}

.featured_tab_first {
height: 86px;
	border-top:0px;
	background-image:  url('../includes/buzz/templates/images/tab_grad_first.png');
}

.featured_tab_first:hover {
	background-image:  url('../includes/buzz/templates/images/tab_grad_on.png');
}

.featured_container {
	width:680px;
	height:350px;
	position:relative;
	overflow: hidden;
	background-color: black;
}

.featured_content_container {
	width:680px;
	height:87.5px;
	position:absolute;
	bottom:0px;
	left: 0px;
}

.featured_content {
	width:680px;
	height:87.5px;
	position:absolute;
	bottom:0px;
	left: 0px;
}

.featured_content_background {
	width:680px;
	height:87.5px;
	position:absolute;
	bottom:-87.5px;
	left: 0px;
	background-color: #000000;
	opacity:.5;
	filter:alpha(opacity=50);
}

.featured_sub_title {
	margin-top: 15px;
	margin-left: 25px;
	width:466px;
	color: #FFCA61;
	float: left;
	font-size: 24px;
	font-weight:bold;
}

.featured_description {
	margin-left: 25px;
	width:466px;
	color: #FFFFFF;
	float: left;
	font-size: 11px;
	font-weight:bold;
}

.featured_button {
	width:140px;
	height:87.5px;
	float:right;
	padding-top:26px;
}


.featured_name {
	padding-top: 13px;
	margin-left: 24px;
	color: #FFFFFF;
	font-size: 18px;
	font-weight: bold;
	width: 180px;
}


.featured_right_button {
	position: absolute;
	left: 24px;
	bottom: 10px;
	padding-left: 12px;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	background-image: url('../includes/buzz/templates/images/right_carrot_small.png');
	background-repeat: no-repeat;
	background-position: left center;
}

.featured_top_left {

	position: absolute;
	top:-2px;
	left:-2px;
	background-image:  url('../includes/buzz/templates/images/featured-top-left.png');
	background-repeat: no-repeat;
	height: 14px;
	width: 14px;
}

.featured_top_right {
	position: absolute;
	top:-2px;
	right:-2px;
	background-image:  url('../includes/buzz/templates/images/featured-top-right.png');
	background-repeat: no-repeat;
	height: 14px;
	width: 14px;
}

.featured_bottom_left {
	position: absolute;
	bottom:-2px;
	left:-2px;
	background-image:  url('../includes/buzz/templates/images/featured-bottom-left.png');
	background-repeat: no-repeat;
	height: 14px;
	width: 14px;
}

.featured_bottom_right {
	position: absolute;
	bottom:-2px;
	right:-2px;
	background-image:  url('../includes/buzz/templates/images/featured-bottom-right.png');
	background-repeat: no-repeat;
	height: 14px;
	width: 14px;
}

.featured_timer {
	width: 5px;
	height: 0px;
	position: absolute;
	top:0px;
	left: 0px;
	background-color: #FFCA61;
	line-height:0px;
}
