@charset "UTF-8";
/* CSS Document */

#slideshow { 
    margin: 0 auto; 
    position: relative; 
    width: 579px; 
    height: 450px; 
    padding: 0; 
   /* box-shadow: 0 0 20px rgba(0,0,0,0.4); */ 
}

#slideshow > div { 
    position: absolute; 
    top: 10px; 
    left: 10px; 
    right: 10px; 
    bottom: 10px; 
}