/*
 * jQuery Nivo Slider v2.0
 * http://nivo.dev7studios.com
 *
 * Copyright 2010, 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 */
.slider {
position:relative;
background:#202834 url(images/loading.gif) no-repeat 50% 50%;
height:275px;
text-align:center;
background-position:top center;
margin:0 auto;
background-position:top center !important;
}
.slider img {
position:absolute;
top:0px;
left:0px;
display:none;
}
/* The slices in the Slider */
.nivo-slice {
display:block;
position:absolute;
z-index:50;
height:100%;
background-position:top center !important;
}





/* Caption styles */
.nivo-caption {
position:absolute;
left:0px;
bottom:0px;
background:#000;
color:#fff;
width:100%;
z-index:89;
}
.nivo-caption p {
padding:5px;
margin:0;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
display:block;
width:32px;
height:34px;
background:url(images/arrows.png) no-repeat;
position:absolute;
top:45%;
z-index:99;
cursor:pointer;
border:0;
text-indent:-9999px;
}

a.nivo-prevNav {
left:10px;
}
a.nivo-nextNav {
background-position:-32px 0;
right:10px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav a {
position:relative;
text-indent:-9999px;
float:left;
width:10px;
height:10px;
z-index:99;
cursor:pointer;
background:url(http://www.mirageaventure.com/RessourcesCentrales/librairies-javascript/jquery/plugins/nivoslider/images/bullets.png) no-repeat;
border:0;
}

.nivo-controlNav a.active {
background-position:-10px 0;
}

.theme2 .nivo-directionNav a {
background-image:url(images/nav.png);
}