﻿#content
{
    margin-top: 25px;
}

/*INIZIO STILI NEWS*/
#indexNews_stage
{
    height: 0px;
    background-color: #FFFFFF;
    position: relative;
}

#indexNews
{
    width: 960px;
    height: 30px;
    position: absolute;
    top: -40px;
    left: 0px;
}
/*FINE STILI NEWS*/

/*INIZIO STILI SLIDER*/
#indexSlider
{
    width: 550px; 
    height: 415px;
}

#imgSlider
{
    display: none;
    width: 550px; 
    height: 415px;
    overflow: hidden;
}

#indexSlider_load
{
    width: 550px; 
    height: 415px; 
    background-image: url("../img/varie/load.gif");
    background-repeat: no-repeat;
    background-position: center;
}
 
/* The Nivo Slider styles */
.nivoSlider {
	width: 550px; 
    height: 415px;
    background-image: none !important;
}
.nivoSlider img {
	display: block !important;
	min-width: 550px !important;
	min-height: 415px !important;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
    width: 550px; 
    height: 415px;
    display: block;
    overflow: hidden;
}
/*FINE STILI SLIDER*/

/*INIZIO STILI VETRINA*/
#indexVetrina
{
    width: 400px; 
    height: 405px; 
    background-color: #EEEEEE; 
    border: 1px solid #FFFFFF;
    padding: 5px 5px 5px 4px;
}

#vetrina_titolo
{
    font-size: 22px; 
    font-family: Verdana; 
    margin-left: 3px;
    color: #7B0002;
}

#vetrina_titolo .evidenza
{
    font-weight: bold; 
    color: #F08700;
}
/*FINE STILI VETRINA*/

