/*** set the width and height to match your images **/

#slideshow {
    position:relative;
    height:175px;
	width:505px;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
	height:175px;
	width:505px;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}


	/* CSS for the scrollers */
	div.horizontal_scroller, div.vertical_scroller{
		position:relative;
		height:24px;
		width: 740px;
		display:block;
		overflow:hidden;
		border:#e6e6e6 1px solid;
	}
	div.scrollingtext{
		position:absolute;
		white-space:nowrap;
		font-family:'Trebuchet MS',Arial;
		font-size:18px;
		font-weight:bold;
		color:#FF5901;
		padding-top:3px;
	}
