#feature { 
  	float:left;
	width: 980px;
	height: 245px;
	position:relative;
	clear:both;
}
#navi ul {
	margin:0 auto;
	width:380px;
	position:absolute;
	top:206px;
	left:579px;
	padding-left: 10px;
 	
}

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

#navi a {
	color:#333333;
	display:block;
	position:relative;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;		
	text-decoration:none;

}	

 #navi a:hover {
		opacity:0.9;
}

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

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

/* panes */
#panes {
	height:254px;
	
	/* 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;
	font-size:13px;
	color:#ede9e9;
	line-height:1.5;
	overflow:hidden;
	padding:0px 0px 0px 20px;
	left: -11px;
	top: 8px;
  }
 
#panes img {
	float:left;
	margin:0px 25px 0 0px;	
	width: 560px;
	height:245px;
}

#panes p strong {
font-size: 30px;
padding:0px;
line-height: 34px;
color: #ffffff;
display: block;
}
 
#panes p {
padding: 0px 20px 0px 0px;
margin: 0px;
color: #ffffff;
font-size: 13px;
}
.more_slider:link, .more_slider:visited {
	background: url(../../images/sliderbutton.png) no-repeat left top;
	width: 101px;
	height: 30px;
	padding: 5px 0px 0px 18px;
	font-size: 13px;
	color: #000000;
	text-decoration: none;
	float: left;
	margin-top: 15px;
}
.more_slider:hover {
	color: #BCC5D0;
}
