#showroom .main_pix_diapo {
	overflow:hidden;
	width:960px;
	
}

#showroom .pix_diapo {
	background: #000;
	/*-moz-box-shadow: 0 3px 6px #000;
	-webkit-box-shadow: 0 3px 6px #000;
	box-shadow: 0 3px 6px #000;*/
	height: 600px;
	margin: 0 10px;
	overflow: hidden;
	position: relative;
	width: 960px;
}
#showroom .pix_diapo > div {
	display: none;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
.caption h2, .caption h3, .caption h4,.caption h5, .caption h6 { color:#ffffff !important; }