.contenitoreSlide
{
    margin-left: 30px;
    margin-top: 5px;
    margin-bottom:10px;
}

#wrapper
{
    width: 505px;
    height: 365px;
    background-color: #E2F0F0;
}

.nivoSlider img
{
    position: absolute;
    top: 0px;
    left: 0px;
}
.nivo-link
{
   float:right;
    color:#d44915;
}
.nivo-link:hover
{
   float:right;
   color:#018383;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink
{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    border: 0;
    padding: 0;
    margin: 0;
    z-index: 60;
    display: none;
}
/* The slices in the Slider */
.nivo-slice
{
    display: block;
    position: absolute;
    z-index: 50;
    height: 100%;
}
.nivo-box {
    display:block;
    position:absolute;
    z-index:50;
}

.nivo-caption
{
    position: absolute;
    left: 0px;
    bottom: 0px;
    background: #ffffff;
    color: #018383;
    opacity: 1; /* Overridden by captionOpacity setting */
    width: 100%;
    z-index: 8000;
    margin-bottom: -40px;
    font-family: "PTSansRegular" , "Lucida Grande" , "Lucida Sans Unicode" ,sans-serif;
    font-size: 9.2pt;
    width:485px;
}
.nivo-caption p
{
    padding: 5px;
    margin: 0;
}
.nivo-caption a
{
    display: inline !important;
	margin-right: 10px;
}
.nivo-html-caption
{
    display: none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a
{
    position: absolute;
    top: 45%;
    z-index: 99;
    cursor: pointer;
}
.nivo-prevNav
{
    left: 0px;
}
.nivo-nextNav
{
    right: 0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav a
{
    position: relative;
    z-index: 99;
    cursor: pointer;
}
.nivo-controlNav a.active
{
    font-weight: bold;
}
#slider .nivo-controlNav
{
    position: absolute;
    left: 400px; /* bottom: -35px; Put the nav below the slider */
}
#slider .nivo-controlNav img
{
    display: list-item; /* Unhide the thumbnails */
    list-style-type: none;
    position: relative;
    margin-bottom: 9px;
    margin-left: 13px;
    width: 70px;
    height: 53px;
}
.slider-wrapper
{
    padding: 10px;
}
.theme-default .nivo-caption
{
    font-family: Helvetica, Arial, sans-serif;
}
.theme-default .nivo-caption a
{
    color: #fff;
    border-bottom: 1px dotted #fff;
}
.theme-default .nivo-caption a:hover
{
    color: #fff;
}
#slider {
  
    background:url(../images/loading.gif) no-repeat 50% 50%; 
}
#slider img {
    display:none;
}
