#slideshow {
 position:relative;
 width:690px;
 height:518px;
  -moz-border-radius: 8px 8px 8px 8px;	-webkit-border-radius: 8px 8px 8px 8px;	-khtml-border-radius: 8px 8px 8px 8px; border-radius: 8px 8px 8px 8px; -moz-box-shadow:1px 1px 5px #aaaaaa; -webkit-box-shadow:1px 1px 5px #aaaaaa; box-shadow:1px 1px 5px #aaaaaa;
}

#slideshow IMG {
 position:absolute;
 top:0;
 left:0;
 z-index:8;
 opacity:0.0;
 -moz-border-radius: 8px 8px 8px 8px;	-webkit-border-radius: 8px 8px 8px 8px;	-khtml-border-radius: 8px 8px 8px 8px; border-radius: 8px 8px 8px 8px;
}

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

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