
/* -- exemple bête -- */
/*wrapper du carrousel, ça chacun fait comme il lui plait*/
#vCarrouselWrapper {
	height: 90px;
	width: 600px;
	overflow: hidden;
	margin: 20px 0;
}

#carrouLeft, #carrouRight {
	float: left;
	width: 80px;
	height: 90px;
	padding-top: 13px;
}
/*classes passée au carrousel, en arguments et en options*/
/*le conteneur du carrousel*/
#vCarrousel {
	float: left;
	width: 390px;
	height: 90px;
	position: relative; /*indispensable*/
	overflow: hidden; /*indispensable*/
}
.vCarrouItem {
	width: 90px;
	height: 90px;
	margin-right: 10px;
	float: left;
}
/*--carrousel vertical--*/
#verticalEx {
	width: 221px;
	height: 250px;
}

#vCarrouselVWrapper {
	float: left;
	margin-left:17px;
	width: 188px;
	height: 214px;
	position:relative;

	text-align:center;
}
#carrouTop {
	display:none;
	
}

 #carrouBottom {
	width: 70px;
	height: 42px;
	position:absolute;
	text-align: center;
	bottom:-68px;
	left:60px;
	z-index:999;
}
#vCarrouselV {
	width: 224px;
	height: 180px;
	position: relative;
	overflow: hidden;
}
.vCarrouVItem {
	display: block;
	margin-bottom: 10px;
}
/* pour l'image box */
#virtualImgDiv {
	border-color: #fff;
	background: #fff url(img/redWhiteLoader.gif) center center no-repeat;
}
#virtualImgMask {
	background: #000;
}
#virtualImgCloseLink {
	background: url(img/closeZoom.png) left top no-repeat;
}
#virtualBoxLegend {
	padding: 10px 0 0 0;
	text-align: left;
	color: #666;
	font-size: 11px;
}


