#lightbox
{
	position: absolute;
	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: 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/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
}

#prevLink
{
	left: 0;
	float: left;
}

#nextLink
{
	right: 0;
	float: right;
}

#prevLink:hover, #prevLink:visited:hover
{
	background: url(../images/prevlabel.gif) left 15% no-repeat;
}

#nextLink:hover, #nextLink:visited:hover
{
	background: url(../images/nextlabel.gif) right 15% no-repeat;
}

#imageDataContainer
{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: visible;
	width: 100%;
}

#imageData
{
	color: #666;
	height: 22px;
	padding: 10px 8px 0 8px;
}

#imageData #imageDetails
{
	width: 70%;
	float: left;
	text-align: left;
}

#imageData #caption
{
	font-weight: bold;
}

#imageData #numberDisplay
{
	display: block;
	clear: left;
	padding-bottom: 1.0em;
}

#imageData #bottomNavClose
{
	width: 66px;
	float: right;
	padding-bottom: 0.7em;
}

#overlay
{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}


/* Razorfish Lightbox skin */

#lightbox
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#lightbox a
{
	color: #4899CD;
	text-decoration: none;
}

#topNav
{
	/*position: relative;*/
	font-size: 11px;
	min-height: 24px; /* ignored by IE6 & IE7, height treated as min-height */
	height: auto !important; /* standards-compliant browsers will use this value because of the !important declaration */
	height: 24px; /* IE will use this (treated as as min-height) since it is declared last */
	color: #4c4c4c;
}

#topNav #title
{
	display: block;
	line-height: 18px;
	padding: 3px 50px;
}

#topNav #close
{
	display: block;
	position: absolute;
	top: 3px;
	right: 2px;
	padding-right: 25px;
	line-height: 21px;
	height: 24px;
	width: 45px;
	background: url(../images/lb_close.jpg) scroll right top no-repeat;
	font-size: 12px;
	font-weight: 700;
}

#imageContainer
{
	/*padding: 3px 5px 10px 5px;*/
	padding: 0;
}


#lightboximage, #lightboxswf
{	
	display: block;
	border: solid 1px #e3e3e3;
	margin: 3px 5px 0 5px;
}
#numberDisplay
{
	padding-bottom: 8px;
	text-align: center;
	width: 85px;
	margin: -22px auto 0 auto;
}

#imageData #caption
{
	font-size: 10px;
	color: #818181;
	font-weight: normal;
	padding: 4px 10px 0 10px;
}

#navWrapper a
{
	width: 40px;
	height: 14px;
	font-size: 12px;
	font-weight: 600;
}

#navWrapper #prevLink:hover, #navWrapper #prevLink.visited:hover
{
	background: url(../images/lb_prev_arrow.gif) scroll left center no-repeat;
}

#navWrapper #nextLink:hover, #navWrapper #nextLink.visited:hover
{
	background: url(../images/lb_next_arrow.gif) scroll right center no-repeat;
}

#prevLink
{
	display: block;
	float: left;
	padding-left: 10px;
	background: url(../images/lb_prev_arrow.gif) scroll left center no-repeat;
	text-align: left;
}

#nextLink
{
	display: block;
	float: right;
	padding-right: 10px;
	background: url(../images/lb_next_arrow.gif) scroll right center no-repeat;
	text-align: right;
}


