
/* ---------------------------------------------------- */
/* SLIDESHOW
/* ---------------------------------------------------- */
#slideshow {
width: 900px;
height: 360px;
background: transparent url('../images/slider_bg.jpg') no-repeat left top;
margin: 0;
padding: 0;}

#slideshow ul {
margin: 0;
padding: 0;
list-style-type: none;
height: 1%; /* IE fix */}

#slideshow ul:after {
content: ".";
clear: both;
display: block;
height: 0;
visibility: hidden;}            

/* ---------------------------------------------------- */
/* SLIDESHOW > SLIDES
/* ---------------------------------------------------- */
#slideshow .slides {
overflow: hidden;
width: 900px;
background: transparent url('../images/slider_bg.jpg') no-repeat left top;
}

#slideshow .slides ul {
width: 2700px;}

#slideshow .slides li {
width: 856px;
float: left;
padding: 30px 0px 30px 36px;
height: 225px;
}
*+html  #slideshow .slides li {
background: transparent url('../images/slider_bg.jpg') no-repeat left top ;

}

#slideshow .slides h2 {
margin-top: 0;}
/* ---------------------------------------------------- */
/* SLIDESHOW > SLIDES > Contenu
/* ---------------------------------------------------- */

.hslider{
color: #FBFBF6;
font: 30px normal Arial, sans-serif;
}

.pslider{
color: #FFCDE0;
font: 12px normal Arial, sans-serif;
}

.slider_prev{
float:right;
margin-left:100px;
padding-right: 30px;
background-color: transparent;
}

.moremore{
margin-top:8px;
padding: 5px 24px;
color: #FFF;
font: 12px normal Arial, sans-serif;
/*background: transparent url('../images/moremore_bg.png') no-repeat left top;*/
background:#FF317C;
}



/* ---------------------------------------------------- */
/* SLIDESHOW > NAVIGATION
/* ---------------------------------------------------- */
#slideshow .slides-nav {
background: #FF0060;
background: transparent;
height:900px;
}

#slideshow .slides-nav li {
float: left; 
}

#slideshow .slides-nav li a {
display: block;
padding:20px 0 0 20px;
width:203px; height:55px;
color:#D2E5ED;
font: 14px  Arial, sans-serif;
font-weight:600;
letter-spacing:-1px;
text-decoration: none;
outline: none;
border-right:1px solid transparent;
border-left:1px solid transparent;
}

#slideshow .slides-nav li a:hover {
color:#FFF;
}


 .js #slideshow .slides-nav li.on,
 .js #slideshow .slides-nav  li.on  a {
position: relative;
color:#fff;
background: transparent url('../images/slider_bg_hv.png') no-repeat 0 0;
height:70px;
top: 0px;}





