﻿/*------------------ stili nostro plugin -----------------*/
/*
Dimensione immagine:
larghezza: 240
altezza: 550px;
*/

div.slideshow
{
    width:1024px;
    height:177px;
    overflow:hidden;
    padding-left:0px;
    padding-top:0px;
    background:transparent url(../../upload/1/images/interfaccia/bordo_slide.png) no-repeat scroll 0 0;
}

div.slideshow img
{
    margin-left:1px;
    margin-top:1px;
}

/*------------------ stili plugin jquery -----------------*/
.sdswitch {
    position:relative;
    width:1024px;
    height:175px;
    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:1022px;
    height:175px;
}

