div.slideshow { position:relative; width:77px; height:100px; }
div.slideshow div { position:absolute; top:0; left:0; z-index:8; opacity:0.0; display: table; width: 100% }
div.slideshow div.active { z-index:10; opacity:1.0; }
div.slideshow div.last-active { z-index:9; }
div.slideshow div img { border: 0; }
table.slideshow { border-spacing: 0 }
table.slideshow td.ph { width: 77px; height: 100px; background: white; text-align: right; }
