/*______________________________________________________________________________________________________________*/

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

#slideshow {
    position:relative;
    height:245px;
	width:660px;
	margin-top:-5px;
}

#slideshow DIV {
	margin-top:-5px;
    position:absolute;
    top:0;
    left:0;
    opacity:0.0;
    height: 245px;
	overflow:hidden;
   /* background-color: #FFF;*/
   z-index:1;
}

#slideshow DIV.active {
	overflow:hidden;
    opacity:1.0;
	z-index:2;
}

#slideshow DIV.last-active {
	/*overflow:hidden;*/
}

#slideshow DIV IMG {
	/*overflow:hidden;*/
    height: 230px;
    display: block;
    border: 0;
    margin-bottom: 0px;
}

/*spacer*/