#slideshowIMG { /*class for container*/
    position:relative;
    height:110px;
}

#slideshowIMG DIV {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
}



#slideshowIMG DIV.active { /*first active*/
	z-index:10;
	top:1.0;
}

#slideshowIMG DIV.last-active { /*all others*/
	z-index:9;
}









#slideshowIMG1 { /*class for container*/
    position:relative;
    height:110px;
}

#slideshowIMG1 DIV {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
}



#slideshowIMG1 DIV.active { /*first active*/
	z-index:10;
	top:1.0;
}

#slideshowIMG1 DIV.last-active { /*all others*/
	z-index:9;
}









#slideshowIMG2 { /*class for container*/
    position:relative;
    height:110px;
}

#slideshowIMG2 DIV {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
}



#slideshowIMG2 DIV.active { /*first active*/
	z-index:10;
	top:1.0;
}

#slideshowIMG2 DIV.last-active { /*all others*/
	z-index:9;
}





#top { /*class for container*/
    position:relative;
    height:90px;
	width:728px;
}

#top DIV {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
}



#top DIV.active { /*first active*/
	z-index:10;
	top:1.0;
}

#top DIV.last-active { /*all others*/
	z-index:9;
}

