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

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

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

#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:1900;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {background: url(../image/macFFBgHack.png) repeat;}
.TB_overlayBG {
	background-color:#fff;
	filter:alpha(opacity=75);
	-moz-opacity: 1;
	opacity: 0.75;
}

* 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: 9999999;
	color:#000000;
	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_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background-color:#e8e8e8;
	height:27px;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:1000;
	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;
	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;
	overflow:hidden;
	z-index:902;
	position:relative;
}

#TB_title{display:none;}



#gallery_bg{
	background:#000;
	position:absolute;
	left:-155px;
	top:-100px;
	width:960px;
	height:720px;
	z-index:901;
}


#gallery_ad{

	position:absolute;
	left:0px;
	top:-70px;
	width:646px;
	height:100px;
	z-index:904;
}










/********** Gallery CSS ************/


.gallery_header_overlay{
	width:644px;
	border-left:1px solid #DBDBDB;
	border-right:1px solid #DBDBDB;
	background:#F6F5EF;
	text-align:center;
}


.gallery_fixed_meta{
	position:absolute;
	bottom:37px;
	width:605px;
	margin-left:20px;
}
.gallery_fixed_meta .gap10{ height:5px; overflow:hidden}


#full_gallery{
	position:relative;
	background:#F6F5EF;
	overflow:hidden;
	float:left;
	display:inline;
}
.gallery_close{position:absolute; right:0;}

.gallery_holder{
	width:646px;

}

.gallery_top{
	height:4px;
	overflow:hidden;
	background:#f00;
	width:646px;
}

.gallery_content{
	width:644px;
	*width:646px;
	border:1px solid #DBDBDB;
	border-top:none;
	height:595px;
	overflow:hidden;
}


.gallery_header{
	text-align:center;
	padding:10px 0;
}

.gallery_credit{
	text-align:center;
	font-size:11px;
	font-style:italic;
	color:#62615A;
	line-height:10px;
	padding:2px 5px 0 5px;
	font-family:Arial, Helvetica, sans-serif;
	right:0;
	bottom:0;
	margin:0 auto;

}

.gallery_content_holder{
	/* position:relative; */
	display:block;
	padding-bottom:20px;

}

.gallery_title{
	width:605px;
	margin:0 auto;
	font-size:24px;
	line-height:33px;
	color:#000;
	font-family:"Times New Roman", Times, serif;
	padding-bottom:5px;
	height:30px;
	overflow:hidden;
}
.gallery_caption, .gallery_caption p{
	width:605px;
	margin:0 auto;
	color:#62615A;
	font-size:11px;
	line-height:12px;
	font-family:Arial, Helvetica, sans-serif;
	height:24px;
	overflow:hidden;
}
.gallery_image{
	text-align:center;
}

.gallery_left{
	margin-top:3px;
	float:left; display:inline;
	width:13px; height:11px;
	overflow:hidden;
	background:url(../image/arrow_left_full.gif) no-repeat top;
}

.gallery_left:hover {background-position:bottom}
.gallery_left span{ display:none}


.gallery_right{
	margin-top:3px;
	float:right; display:inline;
	width:13px; height:11px;
	overflow:hidden;
	background:url(../image/arrow_right_full.gif) no-repeat top;
}

.gallery_right:hover {background-position:bottom}
.gallery_right span{ display:none}

.gallery_pagination{
	width:90px;
	margin:0 auto;
	font-size:12px;
	color:#000;
	font-family:"Times New Roman", Times, serif;
	float:left;
	text-align:center;
}


.gallery_close a{
	color:#f00;
	text-decoration:underline;
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
	padding:0 5px;
}
.gallery_close a:hover{color:#f00}

.gallery_hr{
	clear:both;
	display:block;
	margin:0 auto;
	padding:0;
	height:1px;
	overflow:hidden;
	background:#E5E5E5;
	border-left:1px solid #000000;
	border-right:1px solid #000000;
	width:603px;
}

.gap10{
	height:10px;
	overflow:hidden;
	clear:both;
}


.asset_holder{
	text-align:center;
	margin:0 auto;
	background:#fff;
}

.asset_overlay{
	overflow:hidden;
}


.asset_close {position:relative;top:-6px;}

.asset_close a, .asset_video_close a{
	float:right; display:inline;
	margin-right:5px;
	color:#f00;
	text-decoration:underline;
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
}

.asset_video_close{
	display:block;
	background:#fff;
	text-align:right;
}

.asset_close a:hover, .asset_video_close a:hover{color:#f00}

.asset_pic{
	border:15px solid #F6F5F0;
}

.asset_image_inline{
	display:inline;
	position:absolute;
	left:0; top:0;
	background:#F6F5F0;
}

.asset_image_inline .asset_close{
	float:right; display:inline;
	margin-right:5px;
	color:#f00;
	text-decoration:underline;
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
}


.asset_video_inline{
	display:inline; float:left;
	left:0; top:0;
	background:#fff;
}

#jshelper{display:none;}
