/* ---------- Featured ---------- */
#feature_wrapper {
	font-family: Arial;
	width: 620px;
	/*margin: 0 auto;*/
	line-height: 16px;
	padding-bottom: 0px;

}
#feature_list {
	width: 620px;
	height: 300px;
	overflow: hidden;
	position: relative;
	background-color: #000 ;
}
#feature_list ul {
	position: absolute;
	top: 0;
	list-style: none;
	padding: 0;
	margin: 0;
	height: 300px;
}
#tabs {
	right: 0;
	z-index: 2;
	width: 180px;
	cursor:hand;
}
#tabs li {
	font-size: 12px;
	font-family: Arial;
	height: 100px;
	cursor:pointer;
}
#tabs li a {
	color: #999999;
	text-decoration: none;	
	display: block;
	padding: 0px 10px 0px 30px;
	height: 100px;
	outline: none;
	cursor:hand;
}
#tabs li a:hover {
	color: #fff;
	cursor:hand;
}
#tabs li a.current {
	background: url(../images/feature-tab-current.png) top left no-repeat;
	color: #393939 ;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
#tabs li a.current:hover {
	text-decoration: none;
	cursor: default;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
#output {
	left: 0;
	width: 462px;
	height: 300px;
	position: relative;
}
#output li {
	position: absolute;
	/*width: 462px;*/
	height: 300px;
}
.outputimg {
	border: none;
	cursor: hand;
}

.image
{
	cursor: hand;	
}

/* ---------- Image Text Overlay ---------- */

.comment h3{
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 24px;
	color: #fff;
	padding-bottom: 0px;
	
}
	
.comment h3 a{
	color:#FFF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 24px;
	padding-bottom: 0px;
	
}

.comment h3 a:hover{
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 24px;
	color: #fff;
	padding-bottom: 0px;
	
}
	
.comment
{
	position:absolute;   
	width:439px;
	height: 75px;
	bottom:0px;
	left:0px;
	color: white; 
	font-size: 13px; 
	background: #000; 
	padding: 8px 20px 0px 10px;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
	line-height: 16px; 
	cursor: hand;
}
