.kkjs_kightbox {
	margin: 0 auto;
	background-color: #FFFFFF;
	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: black;
	z-index: 100;
}

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

.kkjs_kightbox .border.n {
	bottom: 100%;
	left: 0;
	width: 100%;
	background-image: url('../images/fancy_shadow_n.png');
}
.kkjs_kightbox .border.ne {
	bottom: 100%;
	left: 100%;
	background-image: url('../images/fancy_shadow_ne.png');
}
.kkjs_kightbox .border.e {
	bottom: 0;
	left: 100%;
	height: 100%;
	background-image: url('../images/fancy_shadow_e.png');
}
.kkjs_kightbox .border.se {
	top: 100%;
	left: 100%;
	background-image: url('../images/fancy_shadow_se.png');
}
.kkjs_kightbox .border.s{
	top: 100%;
	left: 0;
	width: 100%;
	background-image: url('../images/fancy_shadow_s.png');
}
.kkjs_kightbox .border.sw {
	top: 100%;
	right: 100%;
	background-image: url('../images/fancy_shadow_sw.png');
}
.kkjs_kightbox .border.w {
	top: 0;
	right: 100%;
	height: 100%;
	background-image: url('../images/fancy_shadow_w.png');
}
.kkjs_kightbox .border.nw {
	bottom: 100%;
	right: 100%;
	background-image: url('../images/fancy_shadow_nw.png');
}

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

.kkjs_kightbox .button.close {
	top: 0;
	right: 0;
	background-image: url('../images/fancy_closebox.png');
}
.kkjs_kightbox .button.minimize {
	top: 0;
	left: 0;
	background-image: url('../images/fancy_minimizebox.png');
}
.kkjs_kightbox .button.next {
	display: none;
	top: 50%;
	right: -5px;
	background-image: url('../images/fancy_right.png');
}
.kkjs_kightbox .button.prev {
	display: none;
	top: 50%;
	left: -5px;
	background-image: url('../images/fancy_left.png');
}
.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 .sourceNotFound {
	display: block;
	height: 32px;
	width: 32px;
	position: relative;
	top: 50%;
	left: 50%;
	margin: -16px;
	background-image: url('../images/sourceNotFound.png');
}

.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 .groupInfo {
	background-color: black;
	color: white;
	margin: 10px -10px 0;
	padding: 2px 10px;
	text-align: right;
}
