#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 1001;
	text-align: center;
	line-height: 0;
}

#lightbox a { border:0; }
#lightbox a img{
	border: none;
}

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer {
	padding: 10px;
}

#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: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{
	left: 0;
}
#hoverNav a{
	outline: none;
}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../images/lightbox/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	margin-top: 10px;
	position: relative;
}
#prevLink {
	left: 0;
	float: left;
}
#nextLink {
	right: 0;
	float: right;
}
/*#prevLink:hover, #prevLink:visited:hover {
	background: url(../images/lightbox/prevlabel.gif) left 15% no-repeat;
}
#nextLink:hover, #nextLink:visited:hover {
	background: url(../images/lightbox/nextlabel.gif) right 15% no-repeat;
}*/

#prevLink:before,
#nextLink:before {
	content:"";
	position:absolute;
	top:50%;
	margin-top:-25px;
	width:17px;
	height:50px;
	z-index:3;
	-webkit-transition: background-color 0.6s ease;
	-moz-transition: background-color 0.6s ease;
	-o-transition: background-color 0.6s ease;
	transition: background-color 0.6s ease;
}
#prevLink:after,
#nextLink:after {
	content:"";
	position:absolute;
	z-index:2;
	width:55px;
	height:100%;
	top:0;
	background:url(../img/common/thumb-overlay-3.png) repeat 0 0;
	opacity:0;
	-webkit-transition: opacity 0.6s ease;
	-moz-transition: opacity 0.6s ease;
	-o-transition: opacity 0.6s ease;
	transition: opacity 0.6s ease;
}
#prevLink:before { left:30px; background: url(../img/common/slider-controls-2.png) no-repeat -29px -5px; }
#nextLink:before { right:30px; background: url(../img/common/slider-controls-2.png) no-repeat -45px -5px; }
#prevLink:after { left:10px; border-right:0; background-position:-30px -60px; }
#nextLink:after { right:10px; border-left:0; background-position:-46px -60px; }
#prevLink:hover:before,
#nextLink:hover:before { background-color:#fe9161; }
#prevLink:hover:after,
#nextLink:hover:after { opacity:1; }
#prevLink:hover:before { background-position:-29px -65px; }
#nextLink:hover:before { background-position:-44px -65px; }


#imageDataContainer {
	font-size: 12px;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;	
}
#imageData {
	padding: 0 10px 12px 10px;
	overflow: hidden;
	color: #828282;
}
#imageData #imageDetails {
	width: 70%;
	float: left;
	text-align: left;
}	
#imageData #caption { color:#1a1a1a; font-size:14px; }
#imageData #numberDisplay {
	display: block;
	clear: left;
}			
#imageData #bottomNavClose {
	width: 34px;
	height:34px;
	float: right;
	position: relative;
}
#imageData #bottomNavClose img { display:none; }
#imageData #bottomNavClose:before,
#imageData #bottomNavClose:after { position:absolute; left:0; top:0; content:""; width:100%; height:100%; z-index:1; background: url(../img/common/icon-close.png) no-repeat 0 0;
	-webkit-transition: opacity 0.6s ease;
	-moz-transition: opacity 0.6s ease;
	-o-transition: opacity 0.6s ease;
	transition: opacity 0.6s ease;
}
#imageData #bottomNavClose:after { opacity:0; background-color:#fe9161; border-radius:50%; background-position:0 -34px; }
#imageData #bottomNavClose:hover,
#imageData #bottomNavClose:focus { background:none; }
#imageData #bottomNavClose:hover:after { opacity:1; }	
#overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1000;
	width: 100%;
	height: 500px;
}