@charset "utf-8";
/* CSS Document */

/*** set the width and height to match your images **/

#slideshow {
    position:relative;
    height:272px; /*not */
   
   /* height:460px; /*not */
	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FF6600;
	
}

#slideshow DIV {
	position:absolute;
	top:5px;
	left:0px;
	z-index:8;
	opacity:0.0;
	height: 270px;
	background-color: #FFF;
	width: 437px; 
	/*width: 997px;*/
	
	/*width: auto;*/
}

#slideshow DIV.active {
	z-index:10;
	opacity:1.0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FF6600;
	height: 272px; /*not*/
	width: 437px; /*not*/
	/*height: 452px;/*not*/
	/*width: 997px; /*not*/
}

#slideshow DIV.last-active {
    z-index:9;
	height: 272px; /*not*/
	width: 437px; /*not*/
	
	/*height: 452px; /*not*/
	/*width: 997px; /*not*/
}

#slideshow DIV IMG {
	height: 272px; /*not*/
	width: 437px; /*not*/
	
    /*height: 449px;
	width: 997px; /*not*/
	
	
    display: block;
    border: 0;
    margin-bottom: 10px;
}
