#KeViewerDisableBg
{
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #000000;
	top: 0;
	left: 0;
	overflow: hidden;
	z-index: 1000;
}
* html #KeViewerContainer
{	position: absolute;
}
#KeViewerContainer
{
	display: none;
	position: fixed;
	border: solid 1px #c0c0c0;
	border-style: outset;
	background: #ffffff url(img/loading.gif) no-repeat center center;
	width: 40px;
	height: 40px;
	z-index: 1001;
}
#KeViewerContainer a
{
	cursor: pointer;
}
#KeViewerContainerNavBar
{	position: absolute;
	z-index: 5000;
	left: 0;
	width: 100%;
	height: 100%;}
#KeViewerContainerInfoBar
{
	display: none;
	position: absolute;
	left: 0;
	z-index: 5000;
	width: 100%;
	height: 45px;
	bottom: 0;
	text-align: left;
}
#KeViewerContainerInfoBar span
{	display: block;
	height: 15px;
	float: left;
	width: 85%;
	font-size: 11px;
	margin: 0 0 0 5px;
	padding: 2px;
}
#InfoBarTitle
{	font-size: 12px;
	font-weight: bold;}
#InfoBarCount
{	color: #808080;
}
#KeViewerImage
{
	display: block;
	position: absolute;
	left: 0;
	z-index: 1001;
	margin: 2px;
}
.KeViewerArrow
{	font-size: 18px;
	display: none;
	opacity: 0;
	width: 50%;
	height: 100%;
}
.ArrowLeft
{	float: left;
	background: url(img/prev.png) no-repeat left center;

}
.ArrowRight
{	float: right;
	background: url(img/next.png) no-repeat right center;}
#KeViewerClose
{	position: absolute;
	display: block;
	right: 0;
	top: 0;
	width: 40px;
	height: 100%;
	border: none;
	background: url(img/close.png) no-repeat center center;}