
#vCarrousel {
	float: left;
	width: 390px;
	height: 90px;
	position: relative; /*indispensable*/
	overflow: hidden; /*indispensable*/
}
.vCarrouItem {
	width: 370px;
	height: 300px;
	margin-right: 10px;
	float: left;
}
/*--carrousel vertical--*/
#verticalEx {
	width: 800px;
	height: 250px;
}
#blablaDiv {
	float: left;
	height: 240px;
	width: 550px;
	margin: 20px 20px 20px 0;
	position: relative;
	overflow: hidden;
	background: #555555;
}
.blablaContent {
	width: 550px;
	height: 240px;
	padding: 15px;
}
.blablaContent a {
	display: block;
	float: left;
	margin: 0 12px 2px 0;
	border: 1px solid #cecece;
}
#vCarrouselVWrapper {
	float: left;
	width: 150px;
	height: 240px;
	margin: 0px 0;
}
#carrouTop, #carrouBottom {
	width: 170px;
	height: 41px;
	padding: 15px 0;
	text-align: center;
}
#vCarrouselV {
	width: 170px;
	height: 130px;
	position: relative;
	overflow: hidden;
}
.vCarrouVItem {
	display: block;
	width: 170px;
	height: 130px;
	margin-bottom: 10px;
}
