/* title slideshow */
/*** set the width and height to match your images **/

#slideshow {
    position:relative;
    height:410px;
	width:674px;
	overflow:hidden;
}

#slideshow DIV {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
    height: 410px;
    background:url(../images/bg_slideshow.jpg) no-repeat 113px bottom;
	/*background-position:expression(document.body.offsetWidth + 113 + "px") bottom;*/
}

#slideshow DIV.active {
    z-index:10;
    opacity:1.0;
}

#slideshow DIV.last-active {
    z-index:9;
}

#slideshow DIV IMG {
    height: 350px;
	width:672px;
    display: block;
	border-left:1px solid #a8a8a8;
	border-top:1px solid #a8a8a8;
	border-right:1px solid #eaeaea;
	border-bottom:1px solid #eaeaea;
}
#slideshow DIV td { font:italic 14px Georgia; color:#1a1a1a; height:60px; }