.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
width: 982px; /*width of featured content slider*/
height: 249px;
}



.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
background: #000;
width: 982px; /*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;
}



/****************************************************** 
				FEATURE (HOME)
******************************************************/	
	
.main_feature {
	width: 982px;
	height: 249px;
	background: #000000 url("") no-repeat;
	border: 1px solid #fff;
	margin: 0px auto;
	color: #fff;
	}

	
.feature_subholder{
	margin-top: -35px;
	margin-right: 30px;
	color: #dfe8eb;
	float: right;
	position: relative;
	z-index: 100;
	background: #222221;
	padding: 4px 4px;
    -moz-border-radius: 3px; /* FF1+ */
  	-webkit-border-radius: 3px; /* Saf3+, Chrome */
    border-radius: 3px; /* Opera 10.5, IE 9 */		
	}

.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: 5px;
	}
.feature_nav a{
	display: block;
	float:left;
	background: #dfd29e;
	margin-right: 5px;
	width: 11px; 
	height: 11px; 
    -moz-border-radius: 6px; /* FF1+ */
  	-webkit-border-radius: 6px; /* Saf3+, Chrome */
    border-radius: 6px; /* Opera 10.5, IE 9 */	
    text-indent: -9999px;
	}
.feature_nav a:hover{
	background: #fff;
	color:#ffffff;
	text-decoration: none;
	}
.feature_nav a.selected{
	background: #328cbb;
	border-bottom: 0px;
	color: #a42317;
	}
		
	
	
.sliderwrapper .contentdiv	.blurb{
	width: 450px;
	float: left;
	padding: 20px 30px;
	font-size: 12px;
	line-height: 20px;
	}
.sliderwrapper .contentdiv	.blurb h3{
	color: #e4cf5c;
	text-transform: uppercase;
	font-size: 24px;
	font-family:"Myriad Pro", "lucida sans", arial,sans-serif !important;
	font-weight: normal;
	}
.sliderwrapper .contentdiv	.blurb h3 a{
	color: #e4cf5c;
	}
.sliderwrapper .contentdiv	.blurb h3 a:hover{
	text-decoration: none;
	color: #e3b425;
	}
	

.sliderwrapper .contentdiv	.blurb a.btn_more{
	display: block;
	background:#2579ad;
	padding: 3px 7px;
	color: #fff;
	text-align: center;
	float: left;
	margin-top: 10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size: 10px;
	text-transform: uppercase;
	
	}
.sliderwrapper .contentdiv	.blurb a.btn_more:hover{
	background:#499ed3;
	text-decoration: none;
	}
	
.sliderwrapper .contentdiv	.blurb a.btn_readmore{
	display: block;
	width: 70px;
	height: 19px;
	background: url(images/btn_readmore.png) 0px 0px no-repeat;
	text-indent: -9999px;
	float: right;
	margin-top: 10px;
	}
.sliderwrapper .contentdiv	.blurb a.btn_readmore:hover{
	background: url(images/btn_readmore.png) 0px -19px no-repeat;
	}
	

.sliderwrapper .contentdiv	.inside{
	float: right;
	width: 450px;
	height: 249px;
	}
.sliderwrapper .contentdiv	.inside img{
	position: relative;
	z-index: 1;
	}
	
.sliderwrapper .contentdiv	.inside .texture{
	position: relative;
	z-index: 1000;
	padding: 0px;
	margin: 0px;
	background: url(images/feature_img_texture.png) 0px 0px no-repeat;
	height: 249px;
	width: 88px;
	float: left;
	text-indent: -9999px;
	margin-top: -256px;
	}



