#gallery_container{
	position:relative;
	float:left;
	display: inline;
	width:675px;
	overflow: hidden;
	height:251px;
	margin:5px 0 0 0;
	background-color:#e8e8e8;
	border:1px solid #dadada;
	zoom: 1;
}

#thumb_container{
	float:left;
	display:inline;
	position:relative;
	overflow:hidden;
	margin:35px 0 0 40px;
	padding:0;
}

#thumbs {
	white-space:nowrap;
	display:block;
}

#thumbs a {
	padding:0px;
	margin:0;
}

#thumbs a img{
	border:2px #e8e8e8 solid;
	width:143px;
	height:180px;
}

#thumbs a:hover img{
	border:2px #b6b6b6 solid;
}

.addfwd {
	display:block;
	position:absolute;
	cursor:pointer;
	top:0px;
	margin:0;
	padding:0;
	left:634px;
	width:40px;
	height:250px;
	background:url(../images/puce-droite1.png) no-repeat;
}

.addfwd:hover{
	background-position:2px -250px;
}

.addbkwd {
	display:block;
	position:absolute;
	cursor:pointer;
	margin:0;
	padding:0;
	top:0px;
	left:1px;
	width:40px;
	height:250px;
	background:url(../images/puce-gauche.png) no-repeat;
}

.addbkwd:hover{
	background-position:-2px -250px;
}