/*
 * jQuery Nivo Slider v2.4
 * 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
 */

#slider-wrapper {
    width:507px;
    height: 435px;
    margin: 50px auto 0;
    position:relative;
    background: url("/img/picto/loupe.png") no-repeat scroll 400px 330px transparent;
}
#slider-mask {
    background:url(slider-mask.png) no-repeat;
    width:507px;
    height:289px;
    position:absolute;
    top:-15px;
    left:0;
    z-index:300;
}
/* The Nivo Slider styles */
.nivoSlider {
    position:relative;
    width:374px;
    height:224px;
    margin-left:67px;
    margin-top:5px;
    background:url(loading.gif) no-repeat 50% 50%;
    margin:0 auto;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
    width:374px; /* Make sure your images are the same size */
    height:224px; /* Make sure your images are the same size */
}
/* 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%;
}
/* Caption styles */
.nivo-caption {
	position:absolute;
	left:-60px;
	top: 280px;
	color:#000;
	width:360px;
	z-index:89;
}
.nivo-caption span.h1 {
    display: block;
    background: none;
    font-family: Calibri, arial;
    font-size: 23px;
    font-weight: normal;
    color: black;
    text-transform: none;
    margin-bottom: 20px;
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
    text-decoration: none;
    color: #000;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	display:block;
	width:25px;
	height:200px;
	background:url(arrows.png) no-repeat 0% 50%;
	text-indent:-9999px;
	border:0;
    top:40px;
}
a.nivo-nextNav {
	background-position:100% 50%;
	right:-40px;
    padding-right:20px;
}
a.nivo-prevNav {
	left:-40px;
    padding-left:20px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
	position:absolute;
	right:-50px;
	bottom:-85px;
}
.nivo-controlNav a {
	display:block;
	width:18px;
	height:18px;
	background:url(bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
}
.nivo-controlNav a.active {
	background-position:0 -22px;
}