#overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	/*height: 20em;*/
	background-color: #fff;
	filter:alpha(opacity=60);
	-moz-opacity: .6;
	opacity: .6;
}
#lightbox {
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#lightbox p {
	margin: 0 0 .15em 0;
}



#outerImageContainer {
	background-color: #fff;
	border: 1px solid #ededed;
	margin: 0 auto;
	position: relative;
	width: 250px;
	height: 250px;
}
#imageContainer {
	padding: 10px;
}
#hoverNav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}

/* botones anterior / siguiente */
#prevLink,
#nextLink {
	width: 49%;
	height: 100%;
	background: transparent url(/img/lightbox/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	outline: none;
}
#prevLink {
	left: 0;
	float: left;
}
#nextLink {
	right: 0;
	float: right;
}
#prevLink:hover,
#prevLink:visited:hover {
	background: url(/img/lightbox/prevlabel.gif) left 15% no-repeat;
}
#nextLink:hover,
#nextLink:visited:hover {
	background: url(/img/lightbox/nextlabel.gif) right 15% no-repeat;
}


#imageDataContainer {
	background: #fff;
	margin: 0 auto;
	line-height: 1.2em;
	text-align: left;
}
#imageData {
	background: #333;
	color: #fff;
	padding: 10px;
	position: relative;
}
#imageData #imageDetails {
	
}	
#imageData #caption {
	font-weight: bold;
}
#imageData #numberDisplay {
	display: block;
}		
#imageData #bottomNav {
	margin: 0;
	text-align: right;
}
#imageData #bottomNavClose {
	bottom: .5em;
	position: absolute;
	right: .5em;
}


#loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
