.pix_diapo {
	background: #000;
	border:5px solid #ffffff;
	height:280px;
	overflow: hidden;
	position: relative;
	width: 750px;
	/* [disabled]background-image: url(image/banner_bg.jpg); */
	
}
.pix_diapo > div {
	display: none;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
