/* CSS Document */

#slideshow{
	position:relative;
	width:906px; 
	height:471px;	 
	/*border-top:5px solid #000000;*/
	/*border-bottom:5px solid #000000;*/
	overflow:hidden;
	}
#slideshow DIV{
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
	width:959px;
    height: 471px;
    background-color: #FFF;
	overflow:hidden;
	}
#slideshow DIV.active{
    z-index:10;
    opacity:1.0;
	}
#slideshow DIV.last-active{
    z-index:9;
	}
#slideshow DIV IMG{
	width:908px;
    height: 442px;
    display: block;
    border: 0;
    margin-bottom:0px;
	overflow:hidden;
	}

