/***************************************************
		             OVERLAY
			  made by www.krojac.com
***************************************************/

#TB_overlay {
	position: fixed;
	z-index:8999;
	top: 0px;
	left: 0px;
	background-color:#333333;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	width:100%;
	height: 100%;

}

* html #TB_overlay {
     position: absolute;
     height: expression(document.body.scrollHeight > document.documentElement.clientHeight ? document.body.scrollHeight : (document.documentElement.clientHeight) + 'px');
}

.loading{
	position: absolute;
	z-index:9002;
	top: 50%;
	left: 50%;
	width:200px;
	height: 0px;
	margin-top: -150px;
	margin-left: -50px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	background-color: #FFFFFF;
	padding: 50px;

}

#imageContainer{
	padding: 10px;
	background-color: #F7F7F7;
	position: relative;
	}
	
	#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	background-color: #F7F7F7;
	padding: 10px 0px 0px;
	}
	
#bottomNavClose{
	position: absolute;
	right: 8px;
	bottom: 7px;
}	

.photo{
	position: absolute;
	z-index:9999;
	top: 50%;
	left: 50%;
	width:500px;
	height: 500px;
	margin-top: -250px;
	margin-left: -250px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	background-color: #FFFFFF;

}
