.slide-show {
float:left;
margin:5px 10px 5px 5px;
position: relative;
}

.slide-show img {
position:absolute;
top:1px;
left:1px;
z-index:8;
opacity:0.0;
margin:0px;
}

.slide-show img.active {
z-index:10;
opacity:1.0;
}

.slide-show img.last-active {
z-index:9;
}

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

#slide1 {
width:200px;
height:200px;
}

#slide2 {
width:200px;
height:200px;
}

#slide3 {
width:200px;
height:200px;
}

#slide4 {
width:200px;
height:200px;
}

#slide5 {
width:200px;
height:200px;
}

#slide6 {
width:200px;
height:200px;
}

#slide7 {
width:200px;
height:200px;
}

#slide8 {
width:200px;
height:200px;
}

#slide9 {
width:200px;
height:200px;
}

#slide10 {
width:200px;
height:200px;
}

