.kkjs_kightbox {
	margin: 0 auto;
	background-color: #505050;
	z-index: 10000;
	position: fixed;
	top: 50%;
	left: 50%;
	padding: 10px;
	text-align: center;
}

.kkjs_kightbox_overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000000;
	z-index: 100;
}

.kkjs_kightbox .border {
	position: absolute;
	width: 13px;
	height: 18px;
	
}

.kkjs_kightbox .button {
	cursor: pointer;
	position: absolute;
	width: 30px;
	height: 30px;
	margin: -10px;
	z-index: 20000;
}

.kkjs_kightbox .button.close {
	top: 0;
	right: 0;
	background-image: url('../images/fancy_closebox.jpg');
}
.kkjs_kightbox .button.next {
	display: none;
	top: 50%;
	right: -10px;
	background-image: url('../images/fancy_right.jpg');
}
.kkjs_kightbox .button.prev {
	display: none;
	top: 50%;
	left: -10px;
	background: url('../images/fancy_left.jpg');
}
.kkjs_kightbox:hover .button.prev, .kkjs_kightbox:hover .button.next {
	display: block;
}	

.kkjs_kightbox .wait {
	display: block;
	display: block;
	height: 32px;
	width: 32px;
	position: relative;
	top: 50%;
	left: 50%;
	margin: -16px;
	background-image: url('../images/wait.gif');
}	
	
.kkjs_kightbox .contentContainer {
	display: inline-block;
	overflow: hidden;
	text-align: left;
	position: relative;
}

.kkjs_kightbox .contentContainer iframe {
	height: 100%;
	width: 100%;
	border: 0;
}

.kkjs_kightbox .contentContainer img {
	display: block;
	margin: 0 auto;
	width: 100%;
	height: 100%;
}

.kkjs_kightbox .metaInfo {
	background-color: #505050;
	color: #0ffcc33;
	font-size:13px;
	font-weight: bold;
	margin: 10px -10px 0;
	padding: 2px 10px;
	text-align: left;
}

.kkjs_kightbox .metaInfo .title {
	font-weight: bold;
	font-size: 1.2em;
}
.kkjs_kightbox .metaInfo .title + .description {
	margin-top: 5px;
}

.kkjs_kightbox .metaInfo .groupInfo {
	float: right;
}
.kkjs_kightbox .metaInfo .clear {
	clear: both;
}
