#slideshow { 
    margin: 50px auto; 
    position: relative; 
    width: 800px; 
    height: 450px; 
}

.img {
   position:absolute;
   width:800px;
   height:450px;
}

