/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 19/nov/2015, 14:54:36
    Author     : shinw_000
*/

#slideshow {
    position:absolute;
    height:350px;
    width:100%;
    height:100%

}

#slideshow div {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    width:100%;
    height:100%;
}

#slideshow div.active {
    z-index:10;
}

#slideshow div.last-active {
    z-index:9;
}



