@charset "UTF-8";/* CSS Document *//*** set the width and height to match your images **/#headerSlideshowContent { position:relative; height:146px; width: 503px; color: #000; }#headerSlideshowContent DIV { position:absolute; top:0; left:0; z-index:8; opacity:0.0; height: 146px; background-color: #FFF; width: 503px; background-image: url(../images/slideshow_bg.gif); background-repeat: no-repeat; }#headerSlideshowContent DIV.active {    z-index:10;    opacity:1.0;}#headerSlideshowContent DIV.last-active {    z-index:9;}#headerSlideshowContent DIV IMG { height: 146px; display: block; border: 0; margin-bottom: 0px; }
