.cycle {  
    height:  200px;  
    width:   900px;  
    padding: 0;  
    margin:  0;  
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
} 
 
.cycle img {   
    background-color: #eee;  
    width:  900px; 
    height: 200px; 
    top:  0; 
    left: 0;
	
} 