
/*------------------------------------------ 4.0 Feature Slider ------------------------------------------*/

div{

	margin: 0;
   padding: 0;
   border: 0;
   outline: 0;
   font-weight: inherit;
   font-style: inherit;
   font-size: 100%;
   font-family: inherit;
   vertical-align: baseline;}

/*#featurewrap {
	width:940px;
	height:550px;
	padding:8px 5px 16px 3px;
	margin:0 5px 22px 7px;
	background:url(img/bg-featurewrap.png) top left no-repeat;
	position:relative;
}
*/
#slideshow {
	width:780px;
	height:320px;
	/*padding:8px 5px 16px 3px;
	margin:0 5px 22px 7px;
	background:url(img/bg-featurewrap.png) top left no-repeat;*/
	position:relative;
}


.featuredesc {
	width:718px;
	height:20px;
	padding:2px 50px 2px 10px;
	color:#fff;
	float:right;/*hack - elminates weird bug where position:absolute is ignored until 2nd refresh*/
	position:absolute!important;
	bottom:0px!important;
	left:0!important;
	background-image: url(images/desc_bg.png);
	background-repeat: repeat;
	background-position: left top;
	background-attachment: scroll;
}
.featuredesc a{
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}

#featurenav {
	position:absolute;
	bottom:4px;
	right:10px;
	z-index:100;
}

#featurenav a {
	margin:0 0 0 6px;
	padding:1px 5px;
	color:#333333;
	font-size:11px;
	text-decoration: none;
	background-color: #8c8e90;
	}
	#featurenav a:hover, #featurenav .activeSlide {
	  
		text-decoration:none;
	background:#025095;
	color: #FFFFFF;
	}


