/*
 * HOMEPAGE SLIDESHOW STYLES
 */

#contentSlideshow {
    position:relative;
	height:296px;
	padding:0 0 15px;
	clear:both;
}

#contentSlideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
    border:1px solid #E0E0E1;
    padding:5px;
}

#contentSlideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#contentSlideshow IMG.last-active {
    z-index:9;
}
