﻿#slideshow {
	/**/position:relative;
	height:138px;
	width:360px;
	margin:0;
	overflow: hidden;
	float:right;
	background-image: url(../pics/top_Img_bckg.gif);
	background-repeat: no-repeat;
	background-position: left top;	
}
#slideshow DIV {
	/**/position:absolute;
	top:0;
	right:0;
	
	z-index:8;
	opacity:0.0;
	height:140px;
	width:343px;
	background-image: url();
	background-repeat: no-repeat;
	background-position: right center;	
}
#slideshow DIV.active {
    z-index:10;
    opacity:1.0;

}
#slideshow DIV.last-active {
    z-index:9;
}
