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

#slideshow {
    height:155px;
	width:655px;
	position:absolute;
	top:10px;
	right:10px;
}

#slideshow div {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
    height:155px;
	width:655px;
    background-color: #F0F;
}

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

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

#slideshow div img {
height:155px;
width:655px;
    display: block;
    border: 0;

}
