/*  ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||    */ 

/*    File:       	slideshow.css                         */
/*    Version:    V1.1                              */
/*    Date:       	March 20, 2010                 */
/*    Author:     Peter West - GPI Digital          */ 
/*    Site Host:  Paul West - www.i-healthresearch.com     */

/*  ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||    */

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

#slideshow {
    position:relative;
    width:846x;
    background:#FFF;
    height:364px;
    margin: 0 auto 0 12px;
    background: #707070 url("images/slide_01.jpg") top left no-repeat;
    }
#slideshow img {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
    }
#slideshow img.active {
    z-index:10;
    opacity:1.0;
    }
#slideshow IMG.last-active {
    z-index:9;
    }
