#diaporama{
	position: relative;
	background: #fff;
}

#diaporama li{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	background: #fff;
	list-style: none;
}

#diaporama li img{
	display: block;
	margin: 0 auto
}

#list{
	background: #eee;
	position: relative;
}
	
#list li{
	position: relative;
	list-style: none;
	cursor: pointer;
	float: left;
}
