﻿#slideshow {
	position:absolute;
	height:242px;
	width:428px;
	margin:0;
	overflow: hidden;
	top:-6px;
	right:0;
	z-index:11;
	
}
#slideshow DIV {
	position:absolute;
	top:0;
	right:0;
	z-index:8;
	opacity:0.0;
	height:242px;
	width:428px;
	background-image: url();
	background-repeat: no-repeat;
	background-position: center top;
	display:none; /*init as hidden*/	
}
#slideshow DIV.active {
    z-index:10;
    opacity:1.0;
}
#slideshow DIV.last-active {
    z-index:9;
}
