.slideShow {
    display:table;
    width:100%;
    margin:0;
    padding:0;
    background: url("images/slideshow_background.png") top center no-repeat;
}

.slideShowContent {
    width:980px;
   height:365px;
    position:relative;
    margin:0 auto;
    display:block;
}

.slideShow .overlay {
	width:980px;
	height:300px;
	background: url('images/overlay.png') top left no-repeat;
	display:block;
	position:absolute;
	top:0;
	left:-150px;
	z-index:600;
	pointer-events:none;
}

.slideShow div.slide {
    width: 980px;
    height: 365px;
    position: relative;
    float:left;
    overflow: hidden;
}

.slide img {
	position:absolute;
	top:15px;
	right:20px;
	width:626px;
	height:330px;
	border:2px solid white;
	-moz-border-radius-topleft: 10px;
-webkit-border-top-left-radius: 10px;
 border-top-left-radius: 10px;
-moz-border-radius-topright: 10px;
-webkit-border-top-right-radius: 10px;
border-top-right-radius: 10px;
}

.slide p {
    font-size:1.2em;
    position:absolute;
    right:670px;
    top:300px;
    height:200px;
    line-height:1.2em;
}


.slide a {
	font-weight:300;
	font-size:0.7em;
	color:white;
	text-transform:uppercase;
	}

.slide .fa {
color:#91c027;
margin-right:5px;
}

.slide a:hover .fa {
	color:white;
}


.slideShow a.prev, a.next {
	background: url(images/boutons_carousel.png) 0 0 no-repeat transparent;
	width: 52px;
	height: 52px;
	display: block;
	position: absolute;
	z-index:900;
}
.slideShow a.prev, a.next {
	top: 295px;
}

.slideShow a.next {
	right: 25px;
}
.slideShow a.prev {
	right: 65px;
}
.slideShow a.prev:hover {		background-position: 0 -52px; }
.slideShow a.prev.disabled {	background-position: 0 -52px !important; cursor: default; }
.slideShow a.next {			background-position: -52px 0; }
.slideShow a.next:hover {		background-position: -52px -52px; }
.slideShow a.next.disabled {	background-position: -52px -52px !important; cursor: default; }

.slideShow a.prev span, a.next span {
	display: none;
}

.slideShow .pagination {
	position:absolute;
	top:0px;
	right:10px;
	text-align: right;
	width:980px;
	height: 40px;
	z-index:901;
}
.slideShow .pagination a {
	background: url(images/boutons_carousel.png) -130px 0px no-repeat;
	width: 30px;
	height: 40px;
	display: inline-block;
	-webkit-transition: none;  
	-moz-transition: none; 
	transition:none; 
}

.slideShow .pagination a:hover {
	background: url(images/boutons_carousel.png) -190px 0px no-repeat;
	width: 30px;
	height: 40px;
	display: inline-block;
}
.slideShow .pagination a.selected {
	background-position: -160px 0px;
	cursor: default;
}
.slideShow .pagination a span {
	display: none;
}



.clearfix {
    float: none;
    clear: both;
}
