/*** set the width and height to match your images **/
#home_main {
}

#home_content {	
}

#slideshow {
	position:relative;
	top:0px;
	width:560px;
	height:200px;
	margin-bottom:10px;
	line-height:0px;
}

#slideshow img {
	width:560px;
	height:200px;	
	line-height:0px;
}

#slideshow DIV {
	height:200px;
    position:absolute;
    left:0;
    z-index:8;
    opacity:0.0;	
	line-height:0px;
}

#slideshow DIV.active {
	height:200px;
    z-index:10;
    opacity:1.0;
	line-height:0px;
}

#slideshow DIV.last-active {
	height:200px;
    z-index:9;	
	line-height:0px;
}
