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

#slideshow_2 {
	width:270px;
    position:relative;
    height:161px;
	text-align:center;
}

#slideshow_2 IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#slideshow_2 IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow_2 IMG.last-active {
    z-index:9;
}
