#example_3 {  
    position: relative; /* important */  
    overflow: hidden; /* important */  
    width: 470px; /* important */  
    height: 100px; /* important */  
    margin: 0 85px;  
    background: #000000;  
}  
  
#example_3_frame {position: relative}  
#example_3_previous {float: left; position: relative; top: 15px;}  
#example_3_next {float: right; position: relative; top: 15px;}  
#example_3_content {
	position: absolute;
	top: 0;
	margin-left: 80px;
	height: 86px;
}  
  
#example_3_content  
#example_3_content li {  
    list-style: none;  
    margin: 0;  
    padding: 0;  
}  
    #example_3_content {  
        width: 5827px;  
    }  
    #example_3 ul li {  
        display: block;  
        float: left;  
        margin: 5px;  
        padding: 5px;  
        border: 1px solid #666666;  
        background-color: #000000;  
    }  
  
#example_3 ul li img {  
    display: block;
    border: none;  
}  

