
/* Thickbox 3.1 (modified) */

* {padding:0; margin:0;}

#tb-window {
	position:fixed;
	top:50%; left:50%;
	z-index:102;
	border:0px;
	background-color:rgb(25,30,55);
	font-family:"Goudy Old Style","Book Antiqua",serif;
	font-size:14px;
	color:#555;
	display:none;
	text-align:left;
}
* 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 a:link {color:#bbb;}
#tb-window a:visited {color:#bbb;}
#tb-window a:hover {color:#fff;}
#tb-window a:active {color:#bbb;}
#tb-window a:focus{color:#bbb;}

#tb-overlay {
	position:fixed;
	top:0px; left:0px;
	height:100%; width:100%;
	z-index:100;
}
* html #tb-overlay { /* ie6 hack */
	position:absolute;
	height:expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
.tb-overlay-Mac-FFBGHack {background: url(macFFBgHack.png) repeat;}

.tb-overlay-bg {
	background-color:rgb(25,30,55);
	filter:alpha(opacity=85);
	-moz-opacity:0.85;
	opacity:0.85;
}

#tb-image {
	display:block;
	margin:0;
}
#tb-image-nodisplay {
	visibility:hidden;
}

#tb-caption{
	padding:0;
	text-align:center;
	font-size:14px;
	color:#666;
}

#tb-caption-line {
	text-align:center;
	font-size:14px;
	color:#666;
}

/* image loading graphic */
#tb-load{
	position:fixed;
	display:none;
	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');
}
