/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/


/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	color: #fff;
	font-size: 110%;
}


/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:1000;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {background: url(/js/jquery/thickbox/jquery.thickbox.ffmacfix.png) repeat;}
.TB_overlayBG {
	background-color:#0d2533;
	filter:alpha(opacity=80);
	-moz-opacity: 0.80;
	opacity: 0.80;
}

* html #TB_overlay { /* ie6 hack */
	 position: absolute;
	 height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	background: #0d2533;
	z-index: 1002;
	color:#fff;
	display:none;
	text-align:left;
	top:50%;
	left:50%;
	padding-bottom: 62px;
}

#TB_window.fr {
	background: #0d2533 url("../../../img/fr/interface/bg-titre-gallerie.gif") no-repeat 82px 36px;	
}

#TB_window.en {
	background: #0d2533 url("../../../img/en/interface/bg-titre-gallerie.gif") no-repeat 82px 36px;	
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window #TB_ImageOff,
#TB_window #TB_iframeContent {
	display:block;
	margin: 62px 84px 0 84px;	
}

#TB_window img#TB_Image {
	display:block;
}

#TB_caption{
	display:block;
	margin: 0 84px;
	padding: 6px 0;	
	line-height: 1.7;
}

#TB_caption span.imagecount{
	display:block;
}

#TB_caption strong{
	display:block;
}

#TB_caption strong.photos{
	text-align: center;
	padding-top: 0.6em;
	font-size: 140%;
}


#TB_closeWindow a,
#TB_closeAjaxWindow a{
	position: absolute;
	top: 23px;
	right:9px;
	width: 51px;
	height: 47px;
	text-indent: -9999px;
}

#TB_next a {
	position: absolute;
	top: 50%;
	margin-top: -21px;
	right: 30px;
	height: 43px;
	width: 42px;
	text-indent: -9999px;
}

#TB_prev a {
	position: absolute;
	top: 50%;
	margin-top: -21px;
	left: 30px;
	height: 43px;
	width: 42px;
	text-indent: -9999px;
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:1003;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:999;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
	 position: absolute;
	 height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}
