/* General Lightbox CSS *//* Note! Replace the path to the background images with    absolute URI's in case your images are not showing! */#lightbox{	position: absolute;	top: 40px;	left: 0;	width: 100%;	z-index: 100;	text-align: center;	line-height: 0;	}#lightbox a img{ border: none; }#outerImageContainer{	position: relative;	background-color: #fff;	width: 934px;	height: 600px;	margin: 0 auto;	padding-bottom: 0px;	}#imageContainer{	padding: 0px;	}#loading{	position: absolute;	top: 40%;	left: 0%;	height: 25%;	width: 100%;	text-align: center;	line-height: 0;	}#hoverNav{	position: absolute;	top: 0;	left: 0;	height: 0px%;	width: 100%;	z-index: 10;	}#imageContainer>#hoverNav{ left: 0; }#hoverNav a{ outline: none;}#prevLink { 	left: 0; 	float: left;	display: block;	background: url(../images/rew-light.gif) no-repeat;	background-position: 2px 2px;	width: 32px;	}#nextLink { 	right: 0; 	float: right;	display: block;	background: url(../images/fwd-light.gif) no-repeat;	background-position: -2px 2px;	width: 32px;	}#prevLink:hover, #prevLink:visited:hover { background: url(http://www.homeownerseb.com/images/rew-light-on.gif) no-repeat; background-position: 2px 2px; }#nextLink:hover, #nextLink:visited:hover { background: url(http://www.homeownerseb.com/images/fwd-light-on.gif) no-repeat; background-position: -2px 2px; }#numberDisplay{ display: block; text-align: center; font: 14px Arial, Helvetica, sans-serif; font-weight: bold; padding-top: 1px; color: #666; }			#imageDataContainer{	font: 24px Arial, Helvetica, sans-serif;	color: #333;	background-color: #ddd;	margin: 0 auto;	line-height: 40px;	}#imageData{	padding:0px;	}#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	#imageData #caption{ font-weight: bold; padding-top: 12px; }#imageData #bottomNavClose{ width: 32px; float: right; height: 32px; background: url(http://www.homeownerseb.com/images/closer.gif) no-repeat; background-position: 1% 50%; padding-top: 5px; }	#imageData #bottomNavClose:hover{ width: 32px; float: right; height: 32px; background: url(http://www.homeownerseb.com/images/closer-on.gif) no-repeat; background-position: 1% 50%; padding-top: 5px; }		#overlay{	/* Black Fader Background removed */	}	.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 */	}	/* Iframe CSS */#lightboxIframe {	z-index: 20;	display: block;	border: none;	width: 920px;	height: 600px;	overflow: hidden;	position: absolute;	top: 3px;	left: 3px;	}#lightboxImage {	position: absolute;	top: 40px;	left: 10px;	}