#lightbox {
	position: absolute;
	left: 0;
	width: 100%;
	height: 300px;
	z-index: 1000;
	text-align: center;
	line-height: 0;
}
#lightbox a img {
	border: none;
}
#outerImageContainer {
	position: relative;
	margin: 0 auto;
	display: hide;
}
#imageContainer {
  padding: 5px;
	background:  #fff;
}
#loading {
  background: url(../images/lightbox/loading.gif) center center no-repeat;
	position: absolute;
	top: 30%;
	left: 0;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	z-index: 5000;
}
#hoverNav {
	padding: 5px 0;
	text-align: left;
	z-index: 80;
}
#hoverNav a {
	outline: none;
}
#prevLink {
	height: 24px;
	width: 24px;
	background: url(../images/lightbox/prev.gif) left 0 no-repeat;
/* Trick IE into showing hover */
	display: block;
	float: left;
}
#nextLink {
	height: 24px;
	width: 24px;
	background: url(../images/lightbox/next.gif) right 0 no-repeat;
/* Trick IE into showing hover */
	display: block;
		float: left;
}
#prevLink:hover, #prevLink:visited:hover {
	background: url(../images/lightbox/prev.gif) left -23px no-repeat;
}
#nextLink:hover, #nextLink:visited:hover {
	background: url(../images/lightbox/next.gif) right -23px no-repeat;
}
#imageDataContainer {
	padding: 10px 0;
	font: 10px Verdana, Helvetica, sans-serif;
	margin: 0 auto;
	line-height: 1.4em;
}
#imageData {
	padding: 0 5px;
	color: #666;
}
#imageData #imageDetails {
	font: 14px Trebuchet MS;
	text-align: left;
}
#imageData #caption {
	color: #111;
}
#imageData #numberDisplay {
	text-align: left;
	display: block;
	clear: left;
}
#bottomNavClose {
display: block;
	position: absolute;
	width: 24px;
	height: 24px;
	background: transparent url(../images/lightbox/close.png) left top no-repeat;
	cursor: pointer;
	top: 0;
	right: 0;
	z-index: 2000;
}
#overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 500;
	width: 100%;
	background-color: #000;
}
.box {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}
.boxy {
	overflow: hidden;
	position: relative;
	width: 100%;
}

.boxy2 {
	overflow: hidden;
	position: relative;
	width: 100%;
}
.top-left {
	background: url('../images/lightbox/tl.png') no-repeat;
	height: 10px;
	margin-right: 10px;
}
.top-right {
	background: url('../images/lightbox/tr.png') no-repeat;
	width: 10px;
	height: 10px;
	position: absolute;
	top: 0;
	right: 0;
}
.bottom-left {
	background: url('../images/lightbox/bl.png') no-repeat;
	height: 10px;
	margin-right: 10px;
}
.bottom-right {
	background: url('../images/lightbox/br.png') no-repeat;
	width: 10px;
	height: 10px;
	position: absolute;
	top: 0;
	right: 0;
}
.inside {
	display: block;
	background: url(../images/lightbox/round_y.png) repeat center center;
	width: 100%;
}
.content {
	margin: 0 10px;
	background: #fff;
}

