#album {
	text-align:center;
}
#album .photo {
	margin-top:15px;
	height:325px;
	overflow:hidden;
	z-index:20;
	position:absolute;
}
#album .chargement {
	z-index:2;
	height:175px;
	width:460px;
	position:absolute;
	padding-top:150px;
}
#album .credit {
	font-size:10px;
	color:#666;
	text-align:left;
	float:left;
	margin-top:10px;
	margin-bottom:20px; 
}
#album .nav-credit {
	text-align:right;
	font-size:10px;
	color:#666;
	margin-bottom:20px;
	margin-top:10px;
}
#album .nav-credit a {
	color:#666;
	text-decoration:none;
}
#album .nav-credit a:hover {
	color:#000;
	text-decoration:none;
}
#album .thumbs img, #album .photo img {
	border: 1px solid #999;
}
#album .thumbs img {
	margin-right:6px;
	margin-left:6px;
	margin-bottom:6px;
	cursor:pointer;
}
#album .secondes {
	text-align:right;
	font-size:12px;
	color:#666;
	margin-bottom:6px;
}
#album .secondes select {
	font-size:12px;
	color:#666;
	background-color:#fff;
	border:1px #999 solid;
}
#album .clear {
	height:335px;
}