#browser_gallerie {
	overflow: hidden;
	white-space: nowrap;
	width: 860px;
}


.icone_reportage{

float:left;
}


.scrollers {
	height: 22px;
	margin-top: 8px;
}
	
.thumbnails  {
	margin-right: 10px;
	border: 1px solid #999999;
}

.gallery {
padding-top:10px;
}
	
.gallery .browser a {
	display: block;
	background-image: url(/images/shadow.png);
	background-repeat: no-repeat;
	background-position: 2px 2px;
	margin-right: 10px;
	width: 65px;
	height: 65px;
	outline: none;
}	

.gallery .browser a div {
	border: 1px solid white;
	margin: 0 5px 5px 0;
	background-color: black;
	background-repeat: no-repeat;
	background-position: center;
	width: 60px;
	height: 60px;
}
	
.gallery .browser .selected {
	background: none !important;
	padding: 2px 0 0 2px;
	width: 56px;
	height: 53px;
	margin-right: 17px;
}
	
.gallery .picture {
	text-align: center;
	display: none;
}

.gallery .picture span {
	padding:15px;
	font-size:12px;
	color:gray;
	display:block;
}
	
.gallery .picture img {
	border: 2px solid #ccc;
	margin-bottom: 10px;
}
	