
#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;}

#TB_overlay {
	position: fixed;
	z-index:10000;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {background: url(macFFBgHack.png) repeat;}
.TB_overlayBG {
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

* html #TB_overlay { 
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	background: #ffffff;
	z-index: 10200;
	color:#333333;
	display:none;
	text-align:left;
	top:50%;
	left:50%;
}

* html #TB_window { 
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: 20px 0 0 20px;

}

#TB_caption{
	height: 65px;
	padding:15px 30px 10px 35px;
	float:left;
}
#TB_caption strong
{
   color: #9E1418;
   font-size: 18px;
}
#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;
	overflow: hidden;
}

#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:10300;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; 
}

* html #TB_load { 
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:9900;
	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 { 
     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;
}



#TB_nav
{
	width: 600px;
	padding: 0px;
	position: fixed;
	background: #ffffff;
	z-index: 10300;
	color:#000000;
	text-align: center;
	bottom: 10px;

	/*height: 110px;*/
	height: 70px;
	display: none;
}


* html #TB_nav 
{
	position: absolute;
	margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_nav a img
{
	border: none;
}

.mgallery-exif-info
{
	position: absolute;
	position: fixed;
	top: 50px;
	left: 50px;
	background: #ffffff;
	z-index: 10400;
	color:#000000;
	display: none;
	border: 4px solid #525252;
	
	font-size: 8pt;
	font-family: Verdana, sans-serif;
	padding: 5px;
	width: 600px;
	overflow: hidden;
}
.mgallery-exif-info table
{
	border-left: solid 1px #cccccc;
	border-top: solid 1px #cccccc;
}
.mgallery-exif-info td, .mgallery-exif-info th
{
	text-align: left;
	border-right: solid 1px #cccccc;
	border-bottom: solid 1px #cccccc;
	padding: 2px;
}
.mgallery-exif-info h3
{
	font-size: 10pt;
	margin: 0;
	color: #4f81bd;
}
.mgallery-exif-close-button
{
	float: right;
	cursor: hand;
}

.MGallery_video-box, .MGallery_mp3-box
{
	display: none;
	border: red solid 2px;
}
#xplayer1
{
	display: none;
}

.inner-nav-box
{
	clear: both;
	padding: 5px;
	text-align: center;
}

#TB_data {  
	margin: 0px 35px;
	/*height: 110px;*/
	height: 70px;
}

#TB_data div { 
	width: 33%;
	float: left;
	/*height: 110px;*/
	height: 70px;
	padding: 0px;
}

#TB_data_caption { background: #e5f5fb; }
#TB_data_caption .in { 
	padding: 15px 17px; 
	color: #4f81bd;
	font-weight: bold;
	font-size: 14px;
	width: auto;
	/*height: 72px;*/
	height: 36px;
	text-align: left;
}

#TB_data_text { 
	background: #ebebeb;
	width: 34%;
	font-size: 0.8em;
}
#TB_data_text .in { 
	margin: 15px 17px;
	width: auto;
	/*height: 72px;*/
	height: 36px;
	overflow: hidden !important;
	text-align: left;
}

#TB_nav_icons .in { 
	/*margin: 40px 0px;*/
	margin: 20px 0px;
	float: right;
	width: auto;
	/*height: 72px;*/
	height: 36px;
	overflow: hidden !important;
}








