/*##################################################################################*/

/* Tableau englobant tout le design des gallery */
#gCocoon {
	width: 920px;
	height: 200px;
}
/* Tableau des miniatures des gallery */
#gTab {
	height:160px;
}
#gLegend {
	width: 922px;
	height: 22px;
	overflow:hidden;
	padding-top:3px;
	font-family:"Trebuchet MS", Verdana, Arial;
	font-size:12px;
	text-align:center;
}
#gLoader, #gGallery {
	width: 920px;
	height: 160px;
	overflow:hidden;
	padding:1px;
	font-family: "Courier New", Courier, monospace;
	font-size:12px;
	text-align:center;
	color:#666666;
}
.gError {
	color:#CC0000;
}
.gButton {
	border:0px;
	cursor:auto;
}
.thumbnail {
	border:1px solid #0066CC;
}
.thumbnailOver {
	border:1px solid #ff0000;/*0099FF;*/
	cursor:pointer;
}

/*##################################################################################*/

/* Styles pour les calques de focus sur une image qui est agrandie */
#imgFS_bklayer, #imgFS_layerfocus {
	/*	Alpha(Opacity=0.5, FinishOpacity=0.5, Style=solid, StartX=0, StartY=0, FinishX=200, FinishY=200);*/
	visibility:visible;
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
}
#imgFS_bklayer {
	z-index:1;
	background-color:#00ffff;/*#8888ff;*/
	filter: alpha(opacity=80);
	  -moz-opacity: 0.8;
	  opacity: 0.8;
}
#imgFS_layerfocus {
	z-index:2;
	overflow:auto;
}
#imgFS_layerfocus div {
	vertical-align:middle;
}
#imgFS {
	border: 1px solid #000000;
}
