/** Start Slide Show plugin **/
#slideshow {
    position	: relative;
    height		: 182px;
	width		: 316px;
}
#slideshow IMG {
    position	: absolute;
    top			: 0;
    left		: 0;
    z-index		: 8;
}
#slideshow IMG.active {
    z-index		: 10;
}
#slideshow IMG.last-active {
    z-index		: 9;
}
/** END Slide Show plugin **/