/*middle background*/
#lightbox{
	position: absolute;
	top: 0px;
	left: 0;
	width: 100%;
	z-index: 100;
	line-height: 0;
	
	}

#lightbox a img{ border: none; }

/* border around image*/
#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}

#imageContainer{
	padding: 10px;
	}

#imageContainer img{
}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
	
#imageContainer>#hoverNav { left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 20px;
	height: 20px; /* Trick IE into showing hover */
	display: block;
	background: no-repeat url(../images/blank.gif);
}
	
#prevLink {float: right;margin: 0;}
#nextLink {float: right;margin: 0 0 0 5px;}

/*buttons navigation*/
#prevLink, #prevLink:visited { background: url(../images/prev_01.gif)  no-repeat; }
#nextLink, #nextLink:visited { background: url(../images/next_01.gif) no-repeat; }

/* block menu under image */
#imageDataContainer{
	font: 11px "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
}

#imageData{
	padding: 0 10px;
	font-weight: bold;
}
#imageDetails{ text-align: left;
	padding-bottom: 10px;
	width: 80%;
}	

/* Title / '<input value="Name" type="hidden">' */
#caption {
width: 280px;
	color: #FF9900;
	font-size: 14px;
	font-weight: bold;
	padding-top:5px;
}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}

/* close button/div*/
#bottomNavClose { 
	position: absolute;
	right: 0;
	top: 0;
	z-index: 5;
}

/*background*/			
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=90);
	-moz-opacity: 0.9;
	opacity: 0.9;
	margin:0px;
	}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}

/*Numbers*/
#textblockm {
	font-size: 11px;
	font-weight: bold;
	color: #b4b4b4;
	text-align: left;
	width: 80%;
	float: left;
	margin-bottom: 10px;
}

#textblockm a {color: #666;text-decoration: none;}
/* This is the number in color */
#textblockm a strong{font-size:14px;color: #FF9900;}

/* Description text / <input value="Location" type="hidden">*/
#blockdescr {width: 300px;font-size: 13px; color: #333333;line-height: 15px;padding: 5px 0px 7px 0px; }

/* Description text / <input value="Date" type="hidden">*/
#textblockd {
	color: #999999;
	line-height: 14px;
	padding: 5px 0px 5px 0px;
	font-size: 11px;
	font-weight: normal;
	border-top: 1px dashed #999999;
}

.numberbold {
 color: #FF9900;
 font-weight:bold;
}