

#search,
#container,
#next,
#network,
#creators {
	margin: 0 auto;
	width: 98%;
	text-align: center;
}

#container {float:left;margin:2em 0 1em 0}


#network,
#creators {
	width: 98%;
	font-size: x-small;
	color: #ccc;
}
#network a,
#creators a { color: #ccc; text-decoration: none; }



/* **** Styling the search part **** */
#search h1,
#search h2 {
	text-align: center;
	color: orange;
}
#search h2 {
	color: orange;
}

#search input,
#search select {
	border: 1px solid #999;
	background: #eee;
	font-size: 1.2em;
	font-weight: bold;
	color: #999;
}
#search legend {color:orange;font-weight:bold;font-size:1.2em}


/* **** Common elements **** */
.breaker {
	clear: both;
	line-height: 0;
	font-size: 0;
}




/* **** Stylign the gallery **** */
#directory {
	margin-bottom: 10px;
	font-size: large;
}
#directory b {
	color: orange;
}
.f_photo {
	float: left;
	margin-right: 15px;
	margin-bottom: 10px;
}
.f_image {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	width: 130px;
	height: 130px;
	background: #eee;
	border: 1px solid #ccc;
}
.f_image a {
	width: 130px;
	height: 130px;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
}
.f_image a:hover {
	background: #bbb;
}
.f_image * {
	vertical-align: middle;
}
.f_image img {
	border: 1px solid #ccc;
}
/*\*//*/
.f_image {
	display: block;
}
.f_image span {
	display: inline-block;
	height: 100%;
	width: 1px;
	font-size: 0;
}
/**/
.f_services {
	margin-top: 2px;
	text-align: center;
	width: 130px;
}


/* **** Styling next buttons **** */
.nextprev {
	font-size: 18px;
	text-decoration: none;
	font-weight: bold;
	color: orange;
}


/*index*/
.boutiq_cat {float:left;width:182px;margin:5px;padding:5px;border:1px dotted #999;text-align:center;height:350px;font-weight:bold;background:#eee}
	.boutiq_cat img {height:89px}
	.boutiq_cat em {color:#999;display:block}
	.boutiq_cat h2 {font-size:12px;padding:0;margin:0}
	.boutiq_cat span {text-align:left}
.boutiq_sscat {margin-top:1em;border-top:1px solid #999;padding-top:1em;font-size:10px;text-align:left;background:#fff;padding:2px}
	.boutiq_sscat h3 {font-size:11px;padding:0;margin:10px 0 0 0;display:inline}
	.boutiq_sscat img {float:left;height:auto;width:30px;padding-right:2px;margin-bottom:5px}
	.boutiq_sscat hr {clear:left;color:#eee}



/*lightbox*/
#lightbox{
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{
	padding:0 10px;
	}
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	
	
#photomembre {float:left;width:90%;margin-top:1em}

#photomembre div {background:#eee;padding:1em;border:1px dotted #666;margin:0.3em}