.tab{ z-index: 100;position: relative; top: 5px; left: 325px; font-size:11px; text-transform:uppercase; font-weight: bold;}
#myController span{
    color:#FFF;
    margin-right:6px;
    cursor:pointer;
    background: url(../img/overlay.png) top left;
    font-weight: bold;
}

#jFlowSlide{
border: 0;

}

#myController span.jFlowSelected {
    background:#336699;
}

.jFlowPrev, .jFlowNext{
cursor:pointer;
}

.jFlowControl {
    padding: 1px 8px;
    position: relative;
    top: -40px;
    right: 270px;
    float:right;
}

/* NAVIGATORE SLIDE HOMEPAGE */

#nav {
    /*padding: 1px 8px;*/
    position: relative;
    top: -8px;
    /*left: 815px;*/
    z-index: 50;
    float:right;
    width: 500px;
    text-align: right;
}

#nav a { 
    border: 0px solid #ccc;
    /*background: #5D4D03;*/
    background: url(../img/overlay.png) top left;
    text-decoration: none; 
    margin: 0 6px; 
    /*padding: 1px 5px;*/
    padding: 3px 8px; 
    color: #fff; 
    font-weight: bold;
    }
#nav a.activeSlide { border: 0px solid #000; background: #336699;}
#nav a:focus { outline: none; }

.slide {
    width: 850px;
    height: 150px;
    margin: 15px 0 0 9px;
    position: absolute;
	display:none;
}

/* contenitore del testo*/
.panel-overlay {
    /*background: url(../img/overlay.png) top left;*/
    width: 380px;
    position: absolute;
    /*height: 250px;*/
    height: 150px;
    top: 7px;
    /*margin-left: 0px;*/
    float: left;
    padding: 10px;
    padding-bottom: 0px;
    overflow: hidden;
    left: 396px;
}
.slide h2 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 24px;
    line-height: 1em;
    color:#00406F;
    margin-bottom: 4px;
}
.slide p {
    color: #000;
    margin: 0;
    padding: 0px;
    line-height: 1.2em;
}

.slide a {
    color: #3b526d;
    font-weight: bold;
    text-decoration: underline;
}
.slide a:hover {
    color: #8fbce9;
    text-decoration: none;
}


