/* ----------------------------------- contentframe ----------------------------------- */
body div#contentframe {
	background-color: transparent;
}
body div#contentframe div.abstract {
	text-align: center;
}

/* slideshow */
#slideshow {
    position:relative;
    height:390px;
    width: 897px;
}
#slideshow IMG {
    position:absolute;
    top:0 !important;
    left:0;
    z-index:8;
    opacity:0.0;
}
#slideshow IMG.active { z-index:10; opacity:1.0; }
#slideshow IMG.last-active { z-index:9; }
