/*
	Banner.css
	TemplateName: ObjectWeb-Base
	Copyright (c) 2009, ObjectWeb Srl. All rights reserved.
	Version: 1.0.0
*/

/* Tipo di render con immagini in tag img*
------------------------------------------------------------------------------------------------- */

.slideshow1 {
    height: 100%;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.slideshow1 img {
    left: 0;
    position: absolute;
    top: 0;
    z-index: 8;
}
.slideshow1 img.active {
    z-index: 10;
}
.slideshow1 img.last-active {
    z-index: 9;
}
.slideshow1 a {
   text-decoration: none;
}
/* ---------------------------------------------------------------------------------------------- */




/* Tipo di render con div e immagini di background
------------------------------------------------------------------------------------------------- */

.slideshow2 {
    height: 100%;
    position: relative;
    width: 100%;
}
.slideshow2 div {
    background-repeat: no-repeat;
    height: 100%;
    left: 0;
    padding: 10px 10px 0 0;
    position: absolute;
    text-align: right;
    top: 0;
    width: 100%;
    z-index: 8;
}
.slideshow2 div.active {
    z-index: 10;
}
.slideshow2 div.last-active {
    z-index: 9;
}
.slideshow2 div a {
   display: block;
   height: 100%;
   width: 100%;
   text-decoration: none;
}

