.slider {
	margin: 0 auto;
	width: 970px;
	height: 390px;
	background: url(../images/slider_bg.jpg) no-repeat center top;
}
#feature { 
  	float:left;
	width: 970px;
	height: 390px;
	position:relative;
	clear:both;
}
#navi ul {	
 	margin:0 auto;	
 	width:380px;
 	position:absolute;
 	top:331px;
 	left:0px;
	padding-left: 10px;
 	
}

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

#navi a {
	color:#333333;
	display:block;
	position:relative;
	word-spacing:-2px;
	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: 12px;
	height: 12px;
	  
}

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

/* panes */
#panes {
	height:390px;
	
	/* 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;
	width: 950px;
  }
 
#panes img {
	float: right;
	margin:15px 15px 0px 0px;	
	width: 420px;
	height:350px;
}

#panes p strong {
font-size: 24px;
padding:0px;
line-height: 27px;
color: #082D38;
display: block;
}
 
#panes p {
padding: 30px 20px 0px 15px;
margin: 0px;
color: #385963;
font-size: 14px;
width: 450px;
line-height: 21px;
}
.more_slider:link, .more_slider:visited {
	background: url(../images/slidepic_button.png) no-repeat left top;
	width: 190px;
	height: 50px;
	padding: 0px;
	float: left;
	margin-top: 20px;
}
.more_slider:hover {
	color: #BCC5D0;
}




