.banner-images{  
    height:  78px;  
    width:   525px;  
    padding: 0;  
    margin:  0;  
} 
 
.banner-images img {  
    border:  1px solid #ccc;  
    background-color: #eee;  
    width:  525px; 
    height: 78px; 
    top:  0; 
    left: 0 
} 

.testimonial-images{  
    height:  120px;  
    width:   500px;  
    padding: 0;  
    margin:  0;  
} 
 
.testimonial-images img {  
    border:  0px solid #fff;  
    background-color: #fff;  
    width:  500px; 
    height: 120px; 
    top:  0; 
    left: 0 
} 