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

#slideshow {
    position:relative;
    height:266px;
	
}

#slideshow DIV {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
    height: 266px;
    background-color: #FFF;
}

#slideshow DIV.active {
    z-index:10;
    opacity:1.0;
}

#slideshow DIV.last-active {
    z-index:9;
}

#slideshow DIV IMG {
    height: 266px;
    display: block;
    border: 0px none;
    margin-bottom: 0px
}

.style1 {font-size: 12px}
.style2 {
	font-size: 19px;
	font-style: italic;
}
.style3 {font-size: 14px}
.style4 {font-size: 10px}

