/* ======================================================== */
/* ! This is the CSS code for the slideshow that exists     */
/* on the home page, feel free to learn from my mistakes    */
/* Designed by Jeff McArthur (www.guategeek.com)            */
/* ======================================================== */
/* small formating elements
========================================= */
#homeslideshow
	{
	float: right;
	position: relative;
	width: 555px;
	margin-right: 25px;
	height: 150px;
	margin-bottom: 10px;
	}
#slideshow {
    position:relative;
    height:350px;
}

#homeslideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#homeslideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#homeslideshow IMG.last-active {
    z-index:9;
}
