#rotating-image {  
    height:  128px;  
    width:   158px;  
    padding: 0;  
    margin:  0 5px 8px 10px;
	float:right;

} 
 
#rotating-image img {  
    padding: 5px;  
    border:  1px solid #ccc;  
    background-color: #eee;  
    width:  150px; 
    height: 120px; 
    top:  0; 
    left: 0 ;
	float:right;

}