#myslides {
	width: 370px;
	height: 220px;
	border:  none;
    padding: 0;  
    margin:  0 auto;  
} 
 
#myslides img {  
    padding: 0px;  
    border:  none;  
    background-color: rgb(255,255,255);
    width: 295px;
    height: 197px;
    top:  0; 
    left: 0 
}

