/*
 * jQuery Nivo Slider v2.7.1
 * http://nivo.dev7studios.com
 *
 * Copyright 2011, Gilbert Pellegrom
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 * 
 * March 2010
 */


 
/* The Nivo Slider styles */
.nivoSlider {
        width:1184px; /*raffaele*/
        height: 570px; /* raffaele */
        margin: 0 auto; /*raffaele*/
        background:url(themes/default/loading.gif) no-repeat 50% 50%; /*aggiunto per loading */
	position:relative;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
        display:none; /*aggiunto per loading */
}


/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	max-width: 95%;
        min-width: 900px;
        position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
}
/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	opacity:0.7; /* Overridden by captionOpacity setting */
	width:100%;
	z-index:8;
        height: 75px;
        line-height: 32px;
        border-top:2px solid #ffe933;
        
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}

/* custom raffaele */
.caption-left {
    max-width: 450px;
    min-width: 300px;
    width: 100%;
    padding-left: 20px;
    font-family: 'Ubuntu';
    font-size: 24px;
    font-weight: bold;
    color: #00a5bf;
    float: left;
    overflow: hidden;
    height: 74px;
}

/* custom raffaele */
.caption-right {
    max-width: 633px;
    min-width: 450px;
    width: 100%;
    font-family: 'Ubuntu';
    font-size: 16px;
    color: #fff;
    float: right;
    margin-right: 33px;
    overflow: hidden;
    height: 74px;
}

/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:9;
	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:9;
	cursor:pointer;
}
.nivo-controlNav a.active {
	/*font-weight:bold;*/
        color: #ffe933; /*custom*/
        bottom:-2px;
}

#slider .nivo-controlNav {
	position:absolute;
	bottom:74px; /* Put the nav ON the slider */
        width: 100%;
        text-align: center;
}
#slider .nivo-controlNav img {
	display:inline; /* Unhide the thumbnails */
	position:relative;
	margin-right:10px;
        width: 48px; /* raffaele */
        height: 48px; /* raffaele */
}

a.active img {
    border-top: 1px solid #ffe933;
    border-left: 1px solid #ffe933;
    border-right: 1px solid #ffe933;
}

/*custom - Raffaele */
.customControlNav {
    font-family: 'Yanone Kaffeesatz';
    font-size: 22px;
    width: 60px;
    float: left;
    height: 1px;
    position: relative;
}
