#myslides {
	width: 780px;
	height: 200px;
    padding: 0px;  
    margin:  5px auto;  

} 
 
#myslides img {  
    /*padding: 10px; */  
    border-top: 5px solid #DFDFDF; 
    border-bottom: 5px solid #DFDFDF; 	
	margin-bottom: 20px;
    background-color: rgb(230,230,230);
    width: 780px;
    height: 200px;

}
