/* SLIDESHOW */
#div_1 img {
 display:none;
 position:absolute;
 top:0; left:0;
}
#div_1 img.start {
 display:block;
}
