#example_4 {  
    position: relative; /* important */  
    overflow: hidden; /* important */  
    width: 480px; /* important */  
    height: 250px; /* important */  
    background: #000;  
}  
  
#example_4_frame {position: relative}  
#example_4_frame img {position: absolute;}  
#example_4_previous {top: 0; left: 0;}  
#example_4_next {top: 192px; left: 0;}  

#example_4_2 {  
    position: relative; /* important */  
    overflow: hidden; /* important */  
    width: 480px; /* important */  
    height: 250px; /* important */  
    background: #000; 
}
    
#example_4_content_2{
    position: absolute;  
    margin-top: 0px;  
    left: 0;  
    background-color: #ffffff;
}
.example_4_item_2 img {  
    width:190px;
	  height:200px;
    _display: block;  
    float: left;  
    margin-top:50px;  
    padding: 0px;  
    border: 0px;  
    background-color: #ffffff;  
}
.example_4_text_2 { 
		width:190px;
	  height:180px; 
    _display: block;
    float:left; 
    margin-left:15px; 
    margin-top:70px; 
    padding-top: 0px;
    background-color: #ffffff;    
}

#example_4_content {
    position: absolute;  
    margin-top: 0px;  
    left: 0;  
    background-color: #ffffff;
}  
.centra {
	  display: block;
	  width:480px;
	  height:250px;
}
.example_4_item img { 
		width:190px;
	  height:200px;
    _display: block;  
    float: left;  
    margin-top:50px;  
    padding: 0px;  
    border: 0px;  
    background-color: #ffffff;  
}
.example_4_text { 
		width:190px;
	  height:180px; 
    _display: block;
    float:left; 
    margin-left:15px; 
    margin-top:70px; 
    padding-top: 0px;
    background-color: #ffffff;  
}
