/* SLIDESWHOW */
#slideshow {
    /*position:absolute;*/
	position:relative;
    width:1280px;
    height:720px;
    margin:0px auto;
    z-index:-1000;
    overflow:hidden;
}

#black{
	background:#000;
 	position:relative;
    height:100%;
    width:100%;
    z-index:-900;
}

#slideshow img {
    position:relative;
    width:100% !important;
	height:auto !important;
    top:0;
    left:0;
    z-index:8;
	margin:0 auto;
}

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

#slideshow img.last-active {
    z-index:9;
}
/* FIM SLIDESWHOW */

