@charset "utf-8";
/* CSS Document */

/*** set the width and height to match your images **/
#slideshow {
	background-position: center top;
	background-repeat: no-repeat;
	height:350px;
	position:absolute;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:3;
    opacity:0.0;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:4;
}

/**/

#slideshow2 {
	background-position: center top;
	background-repeat: no-repeat;
	height:236px;
	position:absolute;
}

#slideshow2 IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:3;
    opacity:0.0;
}

#slideshow2 IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow2 IMG.last-active {
    z-index:4;
}


/* QUOTE BOX */
#quotebox { width:947px; height: 50px; margin: 0 auto; color:#000; position:absolute; z-index:11; top: 470px;}
.quote { display:none; padding-top:0px; }
.quote p { font: 25px Helvetica, Arial, Sans-serif; color:#fff; text-align: center; width: 947px;}
/*.quote .author { font:italic 13px Georgia,serif,Times; color:#ff4f00; padding-top:1px; }
