#featurewrapper {
	width:900px;
	height:221px;
	float:left;
	margin-top:6px;
	margin-left:13px;
}
 

.texte_slide {
	width:470px;
	height:220px;
	float:left;
	margin-left:5px;
	margin-top:5px;
	margin-right:7px;
}

.texte_slide h1 {
	text-transform:uppercase;
	letter-spacing: 2.5px;
	font-size:20px;
	font-family:Georgia,Arial;
	color:#3c342a;
	font-weight: normal;
	width:470px;
	float:left;
	margin-bottom:3px;
}

.texte_slide h2 {
	text-transform:uppercase;
	letter-spacing: 1.2px;
	font-size:12px;
	font-family:Verdana,Arial;
	color:#3c342a;
	font-weight: normal;
	width:470px;
	float:left;
	border-bottom:1px solid #3c342a;
	padding-bottom:5px;
	margin-bottom:10px;
}

.texte_slide p {
	width:470px;
	float:left;
	font-size:13px;
	font-family:Verdana,Arial;
	color:#3c342a;
	text-align:justify;
	line-height:18px;
}

.texte_slide p span {
	font-style:italic;
}
 
#feature {
	border: solid 1px #a1afbf;
	height: 221px;
	overflow: hidden;
	width: 413px;
	border:2px solid #2f2c20; }
 
#pager {
	float:left;
	margin-top:8px;
	margin-left:9px;
}
 
#pager a {
		background: url(/images/frontend/featurebutton-bg.png) no-repeat center left;
		display: block;
		float: left;
		font-size: 1.3em;
		font-style: normal;
		padding: 2px 8px;
		text-decoration: none;
		color:gray; }
 
		#pager a:active { background: url(/images/frontend/featurebutton-down-bg.png) no-repeat center left; }
 
		#pager a.activeSlide {
			background: #fff;
			display: inline;
			float: left; }
 
#featuredescription {
	color:#d8aa28;
	float: right;
	font-size:13px;
	margin: 12px 6px 0 0px; }
