/*CSS HANDLER */
/*
 * jQuery Nivo Slider v2.5.2
 * 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 {
    /*
	height: 254px;
	F: modificato per spbetting
    */
    height: 244px;
    left: 4px;
    position: relative;
    top: 4px;
    width: auto !important;
    
}
.nivoSlider img {
	/* float: left;*/
	 
    margin-right: 10px;
    position: absolute;
    
}
/* 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: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.8; */
	
        /*
	width:100%;
        */ background: none repeat scroll 0 0 #121212;
    color: #FFFFFF;
    left: 325px;
    position: absolute;
    right: 10px;
    top: 0;
    z-index: 8;
	
	
	
    
}

.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-caption p.des {    
	
    font-size: 12px;
    line-height: 16px;
    max-height: 100px;
    overflow: hidden;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */


.nivo-directionNav{
    position: absolute;
    right: -3px;
    top: 2px;
}
.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;
}





/*da style css*/


.nivo-controlNav {
	position:absolute;
	left:325px;
	bottom:0px;
}
.nivo-controlNav a {
	/*display:block;
	width:22px;
	height:22px;
	background:url(../widget/slider/img/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;*/
	
	background-color: #050505;
	border: 0 none;
	color: #666666;
	display: block;
	float: left;
	margin-right: 3px;
	/*
	padding: 10px 7px;
	F: modificato per spbetting
	*/
	padding:7px;	
}
.nivo-controlNav a.active {
	/*background-position:0 -22px;*/
	color:var(--colore_principale);;
}


.nivo-controlNav a:hover {
	color:var(--colore_principale);;
}

.nivo-directionNav a {
	display:block;
	width:15px;
	height:15px;	
	text-indent:-9999px;
	border:0;

}
a.nivo-nextNav {
	  background-position: -15px 0;
    position: absolute;
    right: 14px;
    top: 225px;
}
a.nivo-prevNav {
    left: -46px;
    position: absolute;
    top: 225px;
   
}

.nivo-caption {
    text-shadow:none;    
    height:215px;
    
}
.nivo-caption a { 
    color:#efe9d1;
    text-decoration:underline;
}
.nivo-caption h3{ 
    color: var(--colore_principale);;
    font-size: 18px;
    font-weight:bolder;
    padding: 0 4px;
    text-decoration: none;

}

.nivo-caption p.sub{ 
    color: #999;
    
}


#slider-wrapper{
	background-color:#222;
	   /*padding-bottom: 8px;*/
	   }





/*pulsanti quote ed eventi*/

div.oddCaption{
	/*background: none repeat scroll 0 0 #111111;*/
     bottom: 0;
    color: #FFFFFF;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 9;
    
}
div.oddCaption a{
	background-color: #000000;
	display: block !important;
	height: 15px;
	line-height: 15px;
	margin-top: 1px;
	padding: 10px 5px;
	position: relative;
	text-decoration: none;
	
}
div.oddCaption a:hover{
	background-color: var(--colore_principale);;
      
}

div.oddCaption span{
	float:left;
    text-transform: uppercase;
    font-size:12px;
    font-weight:bold;
}
div.oddCaption > a:hover > span:first-child {
  color: #222222;
}
div.oddCaption span +span{
	float:right;
	color:var(--colore_principale);;
    font-weight:normal;
}
div.oddCaption span.odd {
  padding: 4px;
  position: absolute;
  right: 5px;
  top: 5px;
}

div.oddCaption a:hover span +span{
	float:right;
	color:#ffffff;
}