html, body {
	overflow-x: hidden;
	overflow-y: hidden;
}
html, body {
	height: 100%;
}
body {
	border-right: 1px solid;
	margin-right: 40px;
}
#mainNav {
	left: 0;
	right: 41px;
	width: auto;
}
#imgTime {
	font-size: xx-small;
	left: 5px;
	position: absolute;
	top: 20px;
	z-index: 99;
}


/* --- itemLayer/imageLayer --- */ 
#itemLayer {
	background: 50% 50% no-repeat;
	border: 1px solid;
	left: 50%;
	position: absolute;
	z-index: 2;
}
#itemLayer img, #itemLayer a img {
	height: 100%;
	width: 100%;
}
#itemLayer a img {
	border-style: none;
	right: 0;
	position: absolute;
	bottom: 0;
}
#itemLayer img { /* IE whitespace bug */
	clear: left;
	display: block;
	float: left;
}
#imageLayer {
	height: 100%;
	width: 100%;
	z-index: 1;
}
#msgKeyboard {
	font-size: xx-small;
	left: -25%;
	top: -1.9em;
	position: absolute;
	text-align: center;
	width: 150%;
}


/* --- arrowNav --- */
#arrowNav {
	border-style: none;
	font-size: 12px;
	height: 64px;
	position: absolute;
	text-align: center;
	right: 21px;
	top: 160px;
	width: 39px;
	z-index: 9;
}
#thumbIndex {
	height: 40px;
	left: 0;
	line-height: 40px;
	position: absolute;
	top: 12px;
	width: 100%;
	z-index: 0;
}
#btnItemIdPrev, #btnItemIdNext {
	background: transparent url(/global/arrows.gif) no-repeat;
	display: block;
	height: 23px;
	left: 8px;
	position: absolute;
	width: 23px;
}
#btnItemIdPrev {
	top: 0;
}
#btnItemIdNext {
	bottom: 0;
}



/* --- infoLayer --- */
#infoLayer {
	display: none;
	left: 0;
	overflow: hidden;
	padding: 50px;
	position: absolute;
	text-align: left;
	top: 0;
}	
#infoLayer h5 {
	font-size: 12px;
	margin: 0 0 .5em;
}
#infoLayer p {
	line-height: 2em;
	margin: 0 0 1em;
}
#btnInfo {
	cursor: default;
}


/* --- caption --- */
#caption {
	font-size: 12px;
	font-weight: normal;
	height: 32px;
	left: 0;
	line-height: 16px;
	margin-top: 3px;
	overflow: hidden;
	position: absolute;
	text-align: left;
	top: 100%;
	width: 100%;
	z-index: 10;
}


/* --- overlay (image statistics) --- */
#overlay {
	bottom: 0;
	border: 1px solid;
	border-width: 1px 1px 0 0;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
    font-size: smaller;
	left: 0;
	opacity: .7;
	padding: .3em .5em;
	position: absolute;
	text-align: left;
	z-index: 20;
}
#overlay p {
	margin: 0;
	padding: 0;
}
#overlay p:last-child {
	font-size: 130%;
	line-height: 2em;
}
