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

#slideshow { 
    margin: 0; 
    position: relative; 
    width: 576px; 
    height: 369px; 
}

#slideshow > div { 
    position: absolute; 
}

#slideshowsmall { 
    margin: 0; 
    position: relative; 
    width: 449px; 
    height: 273px; 
}

#slideshowsmall > div { 
    position: absolute; 
}

a img {
	border: 0;
}