/****************************************************************************************
	[jQuery THICKBOX]
*****************************************************************************************/

/* [OVERLAY]
-------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index: 100;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}
.TB_overlayMacFFBGHack {background: url("../images/template/tbox-firefox-fix.png") repeat;}
.TB_overlayBG {
	background-color: #000;
	filter: alpha(opacity=75);
	opacity: 0.75;
}

/* [CONTENT]
-------------------------------------------------------*/
#TB_window {
	position: fixed;
	background: #fff;
	z-index: 102;
	display: none;
	text-align: left;
	top: 50%;
	left: 50%;
}
	/* --Close Window Button-- */
	a#TB_closeWindowButton {
		display: block;
		background: url("../images/template/tbox-close.png") no-repeat 0 0;
		width: 35px;
		height: 34px;
		position: absolute;
		top: -15px;
		right: -15px;
		text-indent: -9999em;
	}
	a#TB_closeWindowButton:hover,
	a#TB_closeWindowButton:focus {background-position: 0 -34px;}
	
	/* --Image Gallery Version-- */
	/* Main Image */
	#TB_window img#TB_Image {
		display: block;
		margin: 15px 0 0 15px;
	}
	/* Image Caption and Navigation */
	#TB_caption {
		padding: 7px 30px 10px 25px;
		float: left;
		font-weight: bold;
		font-size: 1.2em;
	}
		#TB_caption #TB_secondLine {
			font-size: .916em;
			font-weight: normal;
			padding-top: 2px;
			margin-top: 2px;
			border-top: 1px dotted #666;
		}

/* [LOADER]
-------------------------------------------------------*/
#TB_load {
	position: fixed;
	display: none;
	height: 13px;
	width: 208px;
	z-index: 103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px;
}

/* [MISC]
-------------------------------------------------------*/
#TB_HideSelect {
	z-index: 99;
	position: fixed;
	top: 0;
	left: 0;
	background-color: #fff;
	border: none;
	filter: alpha(opacity=0);
	opacity: 0;
	height: 100%;
	width: 100%;
}
#TB_iframeContent {
	clear: both;
	border: none;
}