﻿/*------------------ stili nostro plugin -----------------*/

/*

Dimensione immagine:
larghezza: 240
altezza: 550px;

*/

div.slideshow
{
    width:240px;
    height:550px;
    overflow:hidden;
}

/*------------------ stili plugin jquery -----------------*/
.sdswitch {
    position:relative;
    width:240px;
    height:550px;
    overflow:hidden;
    overflow:hidden;
}

.sdswitch *{
    position:absolute;
    top:0;
    left:0;
    z-index:8;
}

.sdswitch *.active {
    z-index:10;
}

.sdswitch *.last-active {
    z-index:9;
}


.sdswitch img
{
    width:240px;
    height:550px;
}
