/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
*{padding: 0; margin: 0;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	padding: 0 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
}
#TB_overlay {
	position: fixed;
	z-index: 100;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
}
.TB_overlayMacFFBGHack {
	background: url(macFFBgHack.png) repeat;
}
.TB_overlayBG {
	background-color: #b4aca7;
	filter: alpha(opacity=90);
	-moz-opacity: 0.9;
	opacity: 0.9;
}
* 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;
	z-index: 102;
	color: #fff;
	display: none;
	text-align: left;
	top: 50%;
	left: 50%;
}
* 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_ImageOff {
	display:block;
	margin-bottom: 6px;
}
#TB_window img#TB_Image {
	display:block;
}
#TB_caption {
	position: relative;
	height: 60px;
	color: #222;
	background-color: #d7d3cf;
}
#TB_firstLine {
	position: absolute;
	left: 0;
	top: 10px;
	height: 60px;
	padding: 0 8px;
	overflow: hidden;
}
#TB_firstLine h3 {
	margin: 0;
	color: #222;
	font-size: 100%;
}
#TB_firstLine p {
	margin: 0;
	font-size: 90%;
}
#TB_secondLine {
	display: none;
	position: absolute;
	left: 0;
	bottom: 5px;
	height: 15px;
	padding: 0 8px;
	font-size: 11px;
}
#TB_prev {
	position: absolute;
	left: 0;
	top: 1px;
	width: 24px;
	height: 24px;
	background: url('images/prev.png') left top no-repeat;
}
#TB_next {
	position: absolute;
	right: 0;
	top: 1px;
	width: 24px;
	height: 24px;
	background: url('images/next.png') right top no-repeat;
}
#TB_closeWindow {
	position: absolute;
	bottom: 67px;
	right: 0;
	width: 24px;
	height: 24px;
	background: url('images/close.png') right top no-repeat;
}
#TB_prev a, #TB_next a, #TB_closeWindow a {
	display: block;
	height: 24px;
}
#TB_load {
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	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: 99;
	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');
}

