/* CSS Document */

.main_feature {
	width: 940px;
	height: 200px;
	background: #000000 url("") no-repeat;
	margin: 15px auto;
}

.feature_img {
	width: 940px;
	margin: auto;
}

.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
width: 940px; /*width of featured content slider*/
/*height: 258px;*/
height: 200px;
}



.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
background: white;
width: 940px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 100%;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

.sliderwrapper .feature-entry  {
	width:330px;
	/*height:300px;*/
	height:200px;
	overflow:hidden;
	padding:5px 10px;
	margin:0px 0 0;
	background:#000;
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
	color:#fff;
}

.sliderwrapper .feature-entry p  {
	margin:10px 0px 0px 0px;
	font-size:12px;
}
.sliderwrapper .feature-entry h2, .sliderwrapper .feature-entry h2 a {
	margin-top:20px;
	font-size:14pt;
	line-height:14pt;	
	color:#fff;
	text-transform:none;	
}

.feature_subholder{
	width:360px;
	margin-top: -25px;
	color: #dfe8eb;
	float: right;
	position: relative;
	z-index: 1000000000;
	/*background:#000;
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
	color:#fff;*/
}

.feature_txt{
	float: left;
	font-size: 11px;
	padding-right: 2px;
	text-align: right;
}
.feature_txt a{
	color: #427;
}
.feature_nav{
	float: left;
	font-size: 14px;	margin-left: 15px;
	}
.feature_nav a{
	display: block;
	float:left;
	background: #3f484c;
	padding: 5px 11px;
	margin-right: 5px;
	line-height: normal;
	color: #a4a4a4;
	font-family: Arial, Helvetica, sans-serif; 

	font-weight: bold;
	margin-top: -1px;
	}
.feature_nav a:hover{
	background: #596265;
	color:#ffffff;
	text-decoration: none;
	}
.feature_nav a.selected{
	background: #e7ecef;
	border-bottom: 0px;
	color: #a42317;
	}
.clearboth{clear:both;}
