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

#slideshow { 
    margin: 0 auto; 
    position: relative; 
    width: 1020px; 
    height: 440px; 
    padding: 0; 
	width: 100%;
	bottom: 0;
	

    
}

#slideshow > div { 
    position: absolute; 
    top: 0; 
    left: 0; 
    right: 0; 
    bottom: 0; 
	overflow: hidden;
}

#slideshow img {width: 100%; max-width: none; bottom: 0}