@charset "utf-8";
/* 		CSS Document 					*/
/* 		Date: 28/08/2009 				*/
/* 		Website: scaonline.com.au	   	*/
/* 		Function: Slideshow gallery 	*/
/* 		Version: 1.0					*/




#slideshow {
	margin-top:14px;
    height:311px;
	*height:396px; /*IE7 FIX RULE */
}

#slideshow IMG {
    position:absolute;
    top:99px;
    left:0;
    z-index:8;
}

#slideshow IMG.active {
    z-index:10;
}

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