/* add kjLightbox var for kj_imagelightbox2 */
#lightbox .presentationmodeSpan {
	padding:1px 4px 1px 4px;
	color: #9c9c9c;
	margin-top: 0px;
	padding-top: 2px;
	font-size: 12px;
	text-transform: none;
	font-weight: bold;
}
#lightbox .presentationmodeNo a:link, .presentationmodeNo a:visited {
	color: #9c9c9c;
	margin-top: 0px;
	padding-top: 2px;
	font-size: 11px;
	text-transform: none;
	font-weight: bold;
	width: 100%;
	text-decoration: none;
}
#lightbox .presentationmodeAct{
	padding:1px 4px 1px 4px;
	color: #ffffff;
	margin-top: 0px;
	padding-top: 2px;
	font-size: 11px;
	text-transform: none;
	font-weight: bold;
	width: 100%;
	text-decoration: none;
	width:100%;
}

#lightbox .presentation_showImageCaption {
	padding-top:4px;
}
#lightbox #toolbox {
}
#lightbox {
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 1000;
	text-align: center;
	line-height: 0;
}
#lightbox img {
	margin: 0px;
	padding: 0px;
	width: auto;
	height: auto;
}
#lightbox a img {
	border: none;
}
#outerImageContainer {
	position: relative;
	margin: 0 auto;
	padding: 0px;
	width: 250px;
	height: 250px;
	background-color: #010101;
}
#outerImageContainer img {
	margin: 0px;
	padding: 0px;
}
#imageContainer {
	margin: 0px;
	padding: 0px;
	border: none;
}
#loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}

#imageContainer #lightboxImageShadow {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 700;
	background-image: url(../images/img-bottom-bg.png);
	background-position: left bottom;
	background-repeat: repeat-x;
}

#hoverNav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 800;
}
#imageContainer>#hoverNav {
	left: 0;
}
#hoverNav a {
	outline: none;
}
#prevLink, #nextLink {
	width: 49%;
	height: 100%;
	background-image: url(data:image/gif;base64,AAAA); /* 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/prev.gif) left 15% no-repeat;
}
#nextLink:hover, #nextLink:visited:hover {
	background: url(../images/next.gif) right 15% no-repeat;
}
#imageDataContainer {
	font: 12px Arial, Helvetica, sans-serif;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	background-color: #141414;
}
#imageData {
	margin: 2px 10px 0px 10px;
	padding: 0px;
	color: #666;
}
#imageData #imageDetails {
	width: 70%;
	float: left;
	text-align: left;
}
#imageData #caption {
	color: #f2f1f1;
	margin-top: 0px;
	font-size: 18px;
	font-weight: normal;
	text-transform: uppercase;
}
#imageData #numberDisplay {
	display: block;
	clear: left;
	color: #9c9c9c;
	margin-top: 0px;
	padding-top: 2px;
	padding-bottom: 13px;
	font-size: 12px;
	text-transform: none;
	font-weight: bold;
}
#imageData #bottomNavClose {
	width: 20px;
	float: right;
	padding-bottom: 0.7em;
	outline: none;
	margin-right: 5px;
}
/* add css for kj_imagelightbox2 */
#imageData #bottomSaveMode {
	width: 20px;
	float: right;
	padding-bottom: 0.7em;
	outline: none;
}
#imageData #bottomPrintMode {
	width: 20px;
	float: right;
	padding-bottom: 0.7em;
	outline: none;
}
#overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 900;
	width: 100%;
	height: 500px;
	background-color: #000;
}

