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

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font: 11px Arial, sans-serif;
	color: #444444;
}

#TB_secondLine {
	font: 10px Arial, sans-serif;
	color:#444444;
}

#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

/*.TB_overlayMacFFBGHack {background: url(../images/layout/tickbox_bg.png) repeat;}*/
.TB_overlayBG {
	background-color:#444;
	filter:alpha(opacity=70);
	-moz-opacity: 0.70;
	opacity: 0.70;
}

* 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: absolute;
	background: none;
	z-index: 102;
	color:#000000;
	display:none;
	text-align:left;
	top:155px;
	left:50%;
	height:300px;
	margin:0 auto;
	/*background-color:#ffffff;*/
}

 /** 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_title{
	width:100%;
	height:1px;
	background:none;
}
#TB_closeWindowButton {
	width:20px;
	height:20px;
	/*margin:10px 10px 0 0;*/
	position:absolute;
	top:-40px;
	left:880px;
	z-index:1500;
	display:block;
	background:url(../images/layout/gallery_close_0.png) no-repeat 0 0;
}
a:hover#TB_closeWindowButton {
	background-image:url(../images/layout/gallery_close_1.png);
}

#TB_ajaxContent{
	clear:both;
	width:600px;
	padding:0;
	overflow:hidden;
	text-align:left;
	line-height:1.4em;
	background-color:#ffffff;
}

#TB_ajaxContent div#gal_pic {
	height:400px;
	width:600px;
	overflow:hidden;
	background-color:#000000;
	text-align:center;
	vertical-align:middle;
	float:left;
}
#gal_pic img {
	display:block;
}
#TB_ajaxContent div#gal_caption{
	padding:0;
	width:560px;
	margin:10px 10px 10px 30px;
	float:left;
	display:inline;
}

#gal_caption h2 {
	font-size:13px;
	line-height:100%;
	font-weight:bold;
	margin:0.25em 0 0.25em 0;
}
#gal_caption p {
	font-size:11px;
	line-height:125%;
	margin:0;
}
#prev {
	float:right;
	margin:5px 0 5px 15px;
}
#prev h2, #prev p {
	display:none;
}

#prev a, #prev a:link, #prev a:active, #prev a:visited, #prev a:hover, #prev a:focus {
	float:left;
	padding:4px;
	background:url(../images/layout/gallery_prev_small_bg_0.png) no-repeat 50% 50%;
}
#prev a:hover,
#prev a.active, #prev a:link.active, #prev a:active.active, #prev a:visited.active, #prev a:hover.active, #prev a:focus.active {
	background-image:url(../images/layout/gallery_prev_small_bg_1.png);
	/*background-image:none;*/
	filter:alpha(opacity=70);
	-moz-opacity: 0.70;
	opacity: 0.70;
	outline:none;
}
#prev a img {
	display:block;
	cursor:pointer;
}

#TB_load{
	position:absolute;
	display:none;
	height:300px;
	width:600px;
	z-index:103;
	top: 275px;
	left: 50%;
	margin: 0 0 0 -175px; /* -height/2 0 0 -width/2 */
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background:none;
	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;
}

