
#feature { 
  	float:left;
	width: 950px;
	height: 340px;
	position:relative;
	clear:both;
}
#navi ul {	
 	margin:0 auto;	
 	width:380px;
 	position:absolute;
 	top:315px;
 	left:0px;
	padding: 0px;
 	
}

#navi li {	
 	float:left;
 	list-style-type:none;
	text-align:center;
	display:inline;
	margin-left:5px;
}

#navi a {
	color:#333333;
	display:block;
	position:relative;
	font-size:11px;		
	text-decoration:none;
	opacity:0.3;

}	

#navi a.current {
	 opacity:1;
 
 }
 
 #navi a:hover {
	opacity:1;

}

#navi img {
	margin: 0px;
	display:block;
	width: 10px;
	height: 10px;
	  
}

#navi strong {
	display:block;		
	font-size:13px;
}

/* panes */
#panes {
	height:180px;
	
	/* must be relative so the individual panes can be absolutely positioned */
	position:relative;
	overflow:hidden;
}

/* crossfading effect needs absolute positioning from the elements */
#panes div {
	display:none;		
	position:absolute;
	overflow:hidden;
	padding:7px 0px 0px 0px;
	width: 950px;
	margin: 0px;
  }
 
#panes img {
	float: right;
	margin:0px;
	width: 340px;
	height:180px;
}

#panes p strong {
font-size: 50px;
padding:0px;
line-height: 30px;
color: #fff;
display: block;
}
 
#panes p {
padding: 63px 0px 0px 0px;
margin: 0px;
color: #fff;
font-size: 14px;
width: 610px;
line-height: 21px;
}




