.diaporama{
	width:475px;
	height:475px;
	margin:0 auto;
	position:relative;
}
.stage, .textnav{
	width:475px;
}
.stage{
	text-align:center;
	height:475px;
}
.stage img{
	width:475px;
	height:475px;
	-moz-border-radius:100%;
	-webkit-border-radius:100%;
	border-radius:100%;
}
.stage .caption{
	max-width:420px;
	position:absolute;
	background:#000;
	background:rgba(0,0,0,0.5);
	font-size:12px;
	color:#fafafa;
	padding:10px;
	text-align:right;
	bottom:170px;
	right:10px;
}
.stage .caption p{
	padding:0;
	margin:0;
	line-height:14px;
}
.imgnav a{
	position:absolute;
	text-indent:-5000px;
	display:block;
	z-index:3;
}
.imgnav a.previous{
	background:url(prev.png) no-repeat left 45%;
	height:313px;
	width:50px;
	top:10px;
	left:3px;
	cursor:pointer;
}
.imgnav a.next{
	background:url(next.png) no-repeat right 45%;
	height:313px;
	width:50px;
	top:10px;
	right:5px;
	cursor:pointer;
}
#diapo, #diapo2{
	display:none;
}
.textnav{
	display:none;
}
.counter{
	display:none;
}