
#diapo {
/*	background-image: url('../img/index/1.jpg'); */
	position: absolute;
	background-color: black;

	width: 1280px;
	height: 700px;

	height: auto;
}

#diapo img {
	position: absolute;

	width: 1280px;
	height: 700px;

	-webkit-transition: opacity 2s ease-in-out;
	transition: opacity 2s ease-in-out;
}

#diapo .show {
	/*display: block;*/
	opacity: 100%;
}

#diapo .hide {
	opacity: 0%;
	/*display: none;*/
}