.spacegallery {
	position: relative;
	overflow: hidden;
}
.spacegallery img {
	position: absolute;
	left: 50%;
}
.spacegallery a {
	position: absolute;
	z-index: 1000;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(blank000.gif);
}


/* element parent */
div.scrollable {  
	position:relative;
	overflow:hidden;
	width: 150px;	 
	height:160px;
	float:left;
	text-align:center;
}

/* 
	element parent pour les element a defiler, il faut absolument un grande largeur
*/
#thumbs_scrollable {	
	position:absolute;
	width:20000em;	
	clear:both;
	/*border:1px solid #222;*/
}

/* un element seul */
#thumbs_scrollable div {
	float:left;
	width:150px;
	height:200px;
	background:#ffffff  url(scroll_horizontal_files/fond0000.png) repeat-x 0;
	color:#000000;
	/*border-left:1px solid #333;*/
	/*border:1px;*/
	cursor:pointer;
}

/* style au survol */
#thumbs_scrollable div.hover {
	background-color:#ffffff;	
}

/* style au survol */
/*#thumbs_scrollable div.hover h3 {
	background:#797979 url(scroll_horizontal_files/fond-h3-.png) no-repeat;
}*/

/* style quand un element est cliqué */
#thumbs_scrollable div.active {
	background-color:#066;
	cursor:default;
}

/* styles à personnaliser selon votre contenu */
/*#thumbs_scrollable h3, #thumbs_scrollable p, #thumbs_scrollable span {
	margin:13px;		
	font-family:"bitstream vera sans";
	font-size:13px;
	color:#fff;
}

#thumbs_scrollable h3 {
	background:#353535 url(scroll_horizontal_files/fond-h30.png) no-repeat;
	width:100%;
	padding:8px;
	padding-left:35px;
	margin-left:0px;
	margin-top:0px;
}

#thumbs_scrollable h3 em {
	font-style:normal;
	color:#ffa800;
}*/
