/*Tutti i diritti riservati */ 
/*
 * 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
    */
    background-position: right 0 !important;
	height: 307px;
	margin: 0 5px 0 0;
	width: auto !important;
    
}
.nivoSlider img {
		position: absolute;
	width: 60px;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	right: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 {
	background-position: right 0 !important;
	display: block;
	height: 100%;
	position: absolute;
	z-index: 5;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
}
/* Caption styles */
.nivo-caption {
  
    background: none repeat scroll 0 0 #121212;
    color: #FFFFFF;
	left: 5px;
    position: absolute;
	right: 330px;
    top: 0;
    z-index: 8;
    overflow: hidden;
	padding: 10px;
    
}

.nivo-caption p {
	/*padding: 3px 5px;*/
	margin:0;
}
.nivo-caption p.des {
  
    font-size: 13px;
    line-height: 15px;
    max-height: 122px;
    min-width: 160px;
    overflow: hidden;
    padding: 2px 4px;
    text-align: justify;
}
.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 {
	border: 0 none;
	color: #666666;
	display: block;
	float: left;
	height: 10px;
	margin: 0 4px 0 0;
	width: 61px;
	cursor: pointer;
	position: relative;
	z-index: 9;
}
.nivo-controlNav a.active {
	font-weight:bold;
}





/*da style css*/


.nivo-controlNav {
   bottom: 1px;
	margin-bottom: 40px;
	position: absolute;
	right: -5px;
}

.nivo-controlNav a.active {
	/*background-position:0 -22px;*/
	color:#3324ea;
}


.nivo-controlNav a:hover {
	color:#3324ea;
}
.nivo-controlNav a img{
    opacity: 0.5;
}
.nivo-controlNav a.active img{
    opacity: 1;
}
.nivo-controlNav a img:hover{
    opacity: 1;
}
.nivo-directionNav a {
	display:block;
	width:15px;
	height:15px;	
	text-indent:-9999px;
	border:0;

}
a.nivo-nextNav {
    background-position: -15px 0;
    right: 5px;
    position: absolute;
    top: 225px;
}
a.nivo-prevNav {
    right:310px;
    position: absolute;
    top: 225px;
   
}

.nivo-caption {
		height: 283px;
	text-shadow: none;
    
}
.nivo-caption a { 
    
    text-decoration:underline;
}
.nivo-caption h3 {
  color: #3324ea;
font-size: 25px;
font-weight: bolder;
margin-bottom: 0;
padding: 0 4px;
text-decoration: none;
}

.nivo-caption p.sub {
    color: #999999;
	font-size: 16px;
	padding: 5px 4px;
}


#slider-wrapper{
	background-color:none;
	
	   /*padding-bottom: 8px;*/
	   }





/*pulsanti quote ed eventi*/

div.oddCaption{
	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: #3324ea;
}

div.oddCaption span{
    float: left;
    font-weight: bold;
    text-transform: uppercase;
}
div.oddCaption span.odd{
	padding: 4px;
	position: absolute;
	right: 5px;
	top: 5px;
	
	
}

div.oddCaption span +span{
	float:right;
	color:#3324ea;
    font-weight:normal;
}
div.oddCaption >a:hover >span:first-child{
	color: #222;
}
div.oddCaption a:hover span +span{
	
	
}

/* banner */
#slide_banner {
    background: none repeat scroll 0 0 #121212;
    color: #3324ea;
    display: none;
    height: 45px;
    left: 0;
    position: absolute;
    top: 205px;
    width: 320px;
}

#slide_banner:hover{
    text-decoration: none !important;
}

/* burns */

.burns_container {
    background: url("/img/bg_sport.png") repeat scroll center 0 rgba(0, 0, 0, 0);
    opacity: 0.4;
    overflow: hidden;
    width: 100%;
    box-shadow: 0 0 10px #000000 inset, 0 0 10px #000000 inset, 0 0 30px #000000 inset;
}
.burns_img {
    /*display: none;*/
    opacity: 0.6;
    position:relative !important;
    width: 100% !important;
    z-index: 0;
}
.slider_text {
    position:absolute;
    top:20px;
    left:20px;
    width:90%;
}