 /* example_3 css */  
 #example_3 {  
     position: relative; 
     overflow: hidden; 
     width: 650px; 
     height: 54px; 
     float: left;
    
 }  
   
 #example_3_frame {position: relative;
 	width: 650px;}  
 #example_3_previous {float: left;}  
 #example_3_next {float: right;}  
 #example_3_content {  
     position: absolute;  
     top: 0;  
     margin-left: 20px;  
     
 }  
   
 #example_3_content li {  
     list-style: none;  
     margin: 0;  
     padding: 0;  
 }  
#example_3_content {  
	width: 5418px;  
}  

#container_bd #example_3 ul li {
	
	border:1px solid #666666;
	display:block;
	float:left;
	margin-top:4px;
	margin-left:5px;
	
}   
 
 #container_bd #example_3 ul li img {  
     display: block;  
 } 
 
 #text {
 	
 	height: 54px;
 }
 
