
.cbp-bislideshow {
	list-style: none;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	padding: 0;
	margin: 0;
}

.cbp-bislideshow li {
	position: absolute;
	width: 101%;
	height: 101%;
	/*
	top: -0.5%;
	left: -0.5%;
*/
	opacity: 0;
	-webkit-transition: opacity 1s;
	-moz-transition: opacity 1s;
	transition: opacity 1s;
}

/* If background-size supported we'll add the images to the background of the li */

.backgroundsize .cbp-bislideshow li {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	background-position: center center;
	width : 100%;
}

/* ...and hide the images */
.backgroundsize .cbp-bislideshow li img {
	display: none;
}

.cbp-bislideshow li img {
	display: block;
	width: 100%;
	height:457px;
}

/*  -------------  DIAPORAMA PRODUIT   ----------------*/
.cbp-bislideshow2 {
	list-style: none;
	width: 640px;
	height: 375px;
	position: relative;
	/*top: 0;
	left: 0;
	z-index: -1;*/
	padding: 0;
	margin: 5px;;
}

.cbp-bislideshow2 li {
	position: absolute;
	width: 100%;
	height: 100%;
	/*top: -0.5%;
	left: -0.5%;*/
	opacity: 0;
	-webkit-transition: opacity 1s;
	-moz-transition: opacity 1s;
	transition: opacity 1s;
}
.backgroundsize .cbp-bislideshow2 li {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	background-position: center center;
}

/* ...and hide the images */
.backgroundsize .cbp-bislideshow2 li img {
	display: none;
}

.cbp-bislideshow2 li img {
	display: block;
	width: 100%;
}

.cbp-bicontrols {

	height: 100px;
}

.cbp-bicontrols span {
	float: left;
	width: 64px;
	height: 64px;
	position: relative;
	cursor: pointer;
}

.cbp-bicontrols img 
{
	opacity: 0.7;
}
.cbp-bicontrols img:hover 
{
	opacity: 1;
}

.cbp-bicontrols span.cbp-binext {
	float: right;
}