/*** set the width and height to match your images **/

#slideshow {
}

#slideshow IMG {
    opacity:0.0;
    filter:alpha(opacity=0); /* For IE8 and earlier */

    cursor:pointer;
}

#slideshow IMG.active {
    opacity:1.0;
    filter:alpha(opacity=100); /* For IE8 and earlier */
    cursor:pointer;
}

#slideshow IMG.last-active {
    cursor:pointer;
}

/* #gallery li { background: url('loading.gif') no-repeat center center; } */
/*#main_content img { visibility: hidden; } */