#slideshow {
	float:left; /* important! stops nasty bug in ie7 */
	height:600px;
	padding:0; /* reset inherited padding-bottom:22px from ul tag */
    position:relative;	
	width:1000px;
	}
	#slideshow li {
	    height:600px;	
	    left:0;
		list-style:none;
	    opacity:0.0;	
	    position:absolute;
	    top:0;
	    width:900px;
	    z-index:8;
		}
	#slideshow li.active {
	    opacity:1.0;
	    z-index:10;
		}
	#slideshow li.last-active {
	    z-index:9;
		}
	#slideshow .slide-img {
		float:left;
		height:600px;
		position:relative;
		width:1000px;
		}
	#slideshow .slide-desc {
		float:right;
		height:333px;
		position:relative;
		width:345px;
		}