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

#slideshow {
	position:absolute;
	height:480px;
	width: 640px;
	overflow: hidden;
	top: 0px;
	left: 0px;
}

#slideshow IMG {
	position:absolute;
	z-index:8;
	opacity:0.0;
}

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

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





#slideshow2 {
	position:absolute;
	height:480px;
	width: 640px;
	overflow: hidden;
	top: 0px;
	left: 0px;
}

#slideshow2 IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#slideshow2 IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow2 IMG.last-active {
    z-index:9;
}

/****************************/
#img {
	position:absolute;
	height:480px;
	width: 640px;
	overflow: hidden;
	top: 1865px;
	left: 6px;
}

#img IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}




