/** Slideshow **/ body.home #slideshow {position:relative;height:200px;width: 505px;margin: 10px auto 0;text-align: center;left: 0;overflow: hidden;} body.home p.image-element {position:absolute;top:0;left:0;z-index:8;} body.home p.image-element img {width: 505px;} body.home p.image-element.active {z-index:10;} body.home p.image-element.last-active {z-index:9;}