/*
 * jQuery Nivo Slider v3.1
 * http://nivo.dev7studios.com
 *
 * Copyright 2012, Dev7studios
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */
 
/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
	width:100%;
	height:357px;
	overflow: hidden;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	max-width: none;
}
.nivo-main-image {
	display: block !important;
	position: relative !important; 
	width: 100% !important;
}

/* 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;
	/*box-shadow:inset 0 0 10px #333333;
	-moz-box-shadow:inset 0 0 10px #333333;*/
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
	top:0;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
	overflow:hidden;
}
.nivo-box img { display:block; }

/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background: url(../themes/default/background-transparent-carousel.png) left top repeat;
	color:#fff;
	width:605px;
	z-index:8;
	padding: 15px 15px 15px 15px;
	overflow: hidden;
	display: none;
}

.nivo-caption p {
    font-size: 13px;
    line-height: 20px;
	padding:0;
	margin:0;
}
.nivo-caption a {
	/*display:inline !important;*/
	padding-left: 55px;
	padding-top: 3px;
	font-size: 15px !important;
	font-weight: bold !important;
	font-family: 'Lato', sans-serif !important;
	color: #fff !important;
}

	.nivo-caption a strong {
		font-family: 'Lilita One', cursive;
		font-size: 20px;
		font-weight: normal;
		display: block;
		text-transform: uppercase;
	}


.nivo-html-caption {
    display:none;
}

	.nivo-caption a.videos {
		background: url('/jeunesse/_img/vignetteVideos.png') no-repeat;
	}
	
	.nivo-caption a.jeux {
		background: url('/jeunesse/_img/vignetteJeux.png') no-repeat;
	}
	
	    .nivo-caption a.arcades, .nivo-caption a.arcade {
		    background: url('/jeunesse/_img/vignetteJeux_arcade.png') no-repeat;
	    }
	    
	    .nivo-caption a.creetonjeu, .nivo-caption a.cree {
		    background: url('/jeunesse/_img/vignetteJeux_cree.png') no-repeat;
	    }
	    
	    .nivo-caption a.passetemps {
		    background: url('/jeunesse/_img/vignetteJeux_passe-temps.png') no-repeat;
	    }
	    
	    .nivo-caption a.quetes, .nivo-caption a.quete {
		    background: url('/jeunesse/_img/vignetteJeux_quetes.png') no-repeat;
	    }
	    
	    .nivo-caption a.sports, .nivo-caption a.sport {
		    background: url('/jeunesse/_img/vignetteJeux_sports.png') no-repeat;
	    }
	
	.nivo-caption a.reportages {
		background: url('/jeunesse/_img/vignetteReportages.png') no-repeat;
	}
	
	    .nivo-caption a.cinema_tele, .nivo-caption a.cinema {
		    background: url('/jeunesse/_img/vignetteReportages_cinema.png') no-repeat;
	    }
	    
	    .nivo-caption a.histoire_monde, .nivo-caption a.histoire {
		    background: url('/jeunesse/_img/vignetteReportages_histoire.png') no-repeat;
	    }
	    
	    .nivo-caption a.livres, .nivo-caption a.livre {
		    background: url('/jeunesse/_img/vignetteReportages_livres.png') no-repeat;
	    }
	    
	    .nivo-caption a.musiques, .nivo-caption a.musique {
		    background: url('/jeunesse/_img/vignetteReportages_musique.png') no-repeat;
	    }
	    
	    .nivo-caption a.nature_environnement, .nivo-caption a.nature {
		    background: url('/jeunesse/_img/vignetteReportages_nature.png') no-repeat;
	    }
	    
	    .nivo-caption a.asavoiraussi, .nivo-caption a.a_savoir_aussi, .nivo-caption a.savoir {
		    background: url('/jeunesse/_img/vignetteReportages_savoir.png') no-repeat;
	    }
	    
	    .nivo-caption a.science_techno, .nivo-caption a.science {
		    background: url('/jeunesse/_img/vignetteReportages_science.png') no-repeat;
	    }
	    
	    .nivo-caption a.sports, .nivo-caption a.sport {
		    background: url('/jeunesse/_img/vignetteReportages_sport.png') no-repeat;
	    }
		
	.nivo-caption a.concours {
		background: url('/jeunesse/_img/vignetteConcours.png') no-repeat;
	}
	
	.nivo-caption a.extras {
		background: url('/jeunesse/_img/vignetteExtras.png') no-repeat;
	}
	
	.nivo-caption a.mel {
		background: url('/jeunesse/_img/vignetteMel.png') no-repeat;
		height: 50px;
	}
		

/* 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 {
	text-align:center;
	padding: 15px 0;
}
.nivo-controlNav a {
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}