
/*
----------------------------------------------------------
	thumbnails
----------------------------------------------------------*/

#gallery {
	width: 874px;
	height: auto;
	padding: 0 25px 0 25px;
	text-align:left;
	background: transparent;
}
#gallery p {
	padding: 5px;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000;

}

a.thumbs {
	position: relative;
	text-decoration: none;
	color: #000;
	cursor: default;
}
a.thumbs span {
	display: none;
}
a.thumbs:hover {
	background: none; /* correction d'un bug de ce foutu IE */
	z-index: 500;
}/*
a.thumbs:hover span {
	display: inline;
	position: absolute;
	width: 350px;
	height: 315px;
	top: 0;
	left: 150px;
	padding: 8px;
	text-align: left;
	border: 1px dotted #2b2923;
	color: #2b2923;
	background: #fff;
}


/*
----------------------------------------------------------
	hoverbox
----------------------------------------------------------*/

.hoverbox {
	margin:0;
	padding: 0;
	cursor: pointer;
	list-style: none;
}

.hoverbox a {
	cursor: pointer;
}/*
.hoverbox a .preview {
	display: none;
}
.hoverbox a:hover .preview {
	display: block;
	position: absolute;
	top: 33px;
	left: 45px;
	z-index: 1;
}*/
.hoverbox img {
	width: 163px;
	height: 96px;
	vertical-align: top;

}
.hoverbox li {
	display: inline;
	float: left;
	position: relative;
	margin: 5px;
	padding: 0;
}/*
.hoverbox .preview {
	width: 446px;
	height: 263px;
	padding: 6px;
	border: 1px #2b2923 solid;
	background: #fff;

}

