/* @override http://www.olshanfoundation.com/landscaping-capabilities/css/lightbox.css */

#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}
#lightboxImage {
	display:block;
	margin:0 auto;
}
#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	left:50%;
	top:50%;
	width: 32px;
	height:32px;
	margin:-16px 0 0 -16px;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink, #prevLink:visited { background: url(../images/lightbox/prev.gif) left 50% no-repeat; }
#nextLink, #nextLink:visited { background: url(../images/lightbox/next.gif) right 50% no-repeat; }

/*** START : next / previous text links ***/
#nextLinkText, #prevLinkText{
color: #FF9834;
font-weight:bold;
text-decoration: none;
}
#nextLinkText{
padding-left: 20px;
}
#prevLinkText{
padding-right: 20px;
}
/*** END : next / previous text links ***/
/*** START : added padding when navbar is on top ***/

.ontop #imageData {
    padding-top: 5px;
}

/*** END : added padding when navbar is on top ***/

#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{
	padding:0 10px;
	}
#imageData #imageDetails{ width: 85%; float: left; text-align: left;
	font-size: 12px;
	line-height: 16px;
	padding-left: 6px;
}	
#imageData #caption{ font-weight: bold;
	display: block;
	padding-bottom: 10px;
}
#imageData #numberDisplay{ display: none; clear: left; padding-bottom: 1.0em;
	visibility: hidden;
}
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}
#imageData #helpDisplay {clear: left; float: left; display: block; }

#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	display: none;
	}
	

.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 */
	}	

#lightboxIframe {
	display: none;
}

#easy_tooltip{
		border: 2px solid #f9fcff;
		background: #fd9e40;
	font-size: 13px;
	z-index: 1000;
	padding: 15px;
	color: #820d15;
}

a.lightbox.tooltip.popup {
	
}

#demotip {
	display:none;
	background: transparent url(../images/black_arrow.png) no-repeat;
	font-size: 15px;
	width: 139px;
	color:#fff;
	text-align: center;
	padding-top: 15px;
	z-index: 1000;
	position: relative;
	margin-top: 57px;
	height: 30px;
}

/* style the trigger elements */
#demo img {
	border:0;
	cursor:pointer;
	margin: 0;
}	

