.js {
	position: relative;
	overflow: hidden;
	zoom: 1;
}

.carousel,.carousel .carousel-wrap {
	margin: 0;
	border: 0;
	zoom: 1;
}

.js .carousel-wrap {
	display: inline-block;
	vertical-align: middle;
}

.IE #container .js .carousel-wrap {
	display: inline;
}

.carousel ul {
	margin: 0;
	padding: 0;
	zoom: 1;
}

.js ul li {
	overflow: hidden;
	display: inline;
	float: left;
	text-align: center;
}

.carousel .carousel-control {
	cursor: pointer;
	display: inline-block;
	height: 97px;
	line-height: 999px;
	overflow: hidden;
	position: absolute;
	vertical-align: middle;
	width: 53px;
	z-index: 2;
}

.carousel .carousel-next {
	background: url(/images/frontend/slideshow-accroche-droite.png) right top
		no-repeat;
	top: 50%;
	margin-top: -48px;
	right: 0;
}
.carousel .carousel-previous {
	background: url(/images/frontend/slideshow-accroche-gauche.png) right top
		no-repeat;
	top: 50%;
	margin-top: -48px;
	left: 0;
}
.carousel .hover {
	background-position: left top;
}

.carousel .disabled,#container .carousel .disabled:hover {
	-moz-opacity: .1;
	opacity: 0.10;
	filter: alpha(opacity = 10);
	cursor: default;
}

.carousel div {
	margin: 0;
	padding: 0;
	border: 0;
}

.carousel ul {
	padding: 0;
	list-style: none;
}

.carousel ul li.odd {
       padding-right: 10px;
}
.carousel ul li a {
	text-decoration: none;
	position: relative;
	display: block;
}

.carousel ul li a span {
        background: url("/images/frontend/brachground-title-slideshow.png") repeat scroll left top transparent;
        color: #555;
        display: block;
        font-size: 15px;
        font-weight: bold;
        height: 30px;
        left: 0;
        line-height: 30px;
        position: absolute;
        text-align: center;
		text-decoration: none;
        top: 0;
        width: 100%;
}

.carousel ul li.container-item {
	position: relative;
	margin: 0;
}

.carousel ul li cite {
	position: absolute;
	bottom: 3px;
	right: 10px;
	line-height: 19px;
	font-size: 11px;
}

.carousel ul li.container-item cite a img {
	vertical-align: middle;
}

.carousel ul li.container-item cite a {
	color: #fff;
	text-decoration: none;
}

.carousel div.center-wrap {
	margin: 15px;
	overflow: hidden;
	clear: both;
	zoom: 1;
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 2;
}

.carousel div.center-wrap div {
	border: 0;
	margin: 0;
}

.carousel div.center-wrap a {
	margin: 0 5px;
	padding: 0px 5px;
	background: #f5f2f0;
	cursor: pointer;
	color: #000;
	-moz-border-radius: 10px;
	webkit-border-radius: 10px;
	border-radius: 10px;
}

.carousel div.center-wrap a.active {
	font-weight: bold;
	font-size: 14px;
	background-color: #e7e4e2;
}

.no-odd .odd, .bloc-one-thirds .odd{
	padding-right:0px !important;
}

