#lightbox {
	 left:0; line-height:0; position:absolute; text-align:center; width:100%; z-index:1000;
}
#lightbox img {
	 height:auto; width:auto;
}
#lightbox a img {
	 border:none;
}
#outerImageContainer {
	 background-color:#fff; height:250px; margin:0 auto; position:relative; width:250px; z-index:1000;
}
#imageContainer {
	 background:url("../images/bg-gradient.png") repeat-x 0 0 transparent; padding:10px; z-index:1000;
}
#loading {
	 height:25%; left:0; line-height:0; position:absolute; text-align:center; top:40%; width:100%; z-index:1000;
}
#hoverNav {
	 height:100%; left:0; position:absolute; top:0; width:100%; z-index:1000;
}
#imageContainer>#hoverNav {
	 left:0;
}
#hoverNav a {
	 outline:none;
}
#prevLink,#nextLink {
	 background-image:url(data:image/gif;base64,AAAA); display:block; height:100%; width:49%; z-index:1000;
}
#prevLink {
	 float:left; left:0;
}
#nextLink {
	 float:right; right:0;
}
#prevLink:hover,#prevLink:visited:hover {
	 background:url(/skin/frontend/default/cordon/images/lightbox/prevlabel.gif) left 15% no-repeat;
}
#nextLink:hover,#nextLink:visited:hover {
	 background:url(/skin/frontend/default/cordon/images/lightbox/nextlabel.gif) right 15% no-repeat;
}
#imageDataContainer {
	 background-color:#fff; font:10px "Tahoma","Arial", sans-serif; line-height:1.4em; margin:0 auto; overflow:auto; width:100%; z-index:1000;
}
#imageData {
	 color:#666; padding:0 10px; z-index:1000;
}
#imageData #imageDetails {
	 float:left; text-align:left; width:70%;
}
#imageData #caption {
	 color:#7f7f7f; display:block; font-size:1.4em; font-weight:normal; margin-top:4px; text-transform:uppercase;
}
#imageData #numberDisplay {
	 clear:left; display:block; padding-bottom:1em;
}
#imageData #bottomNavClose {
	 float:right; outline:none; padding-bottom:.7em; width:66px;
}
#overlay {
	 background-color:#000; height:500px; left:0; position:absolute; top:0; width:100%; z-index:1000;
}
