div#coverall {
	width:100%;
	height:100%;
	position:fixed;
	left:0px;
	top:0px;
	z-index:5;
	background-color:#000;
	opacity:0.7;
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	visibility:hidden;
}

#thumbBox{ /*Outermost DIV for thumbnail viewer*/
	position: absolute;
	left: 0;
	top: 0;
	width: 640px;
	height: auto;
	padding: 10px;
	padding-bottom: 0;
	background: #000;
	visibility: hidden;
	z-index: 10;
	border: 1px solid #272727;
	text-align:center;
}

div#footerbar{ /*Footer DIV of thumbbox that contains "close" link */
	width:100%;
	height:60px;
	color:#FFF;
	text-align:center;
	display:block;
	float:left;
	clear:left;
}
div#footerbar a.close {
	width:73px;
	height:33px;
	display:block;
	float:right;
	margin-top:13px;
	background-image:url(../../images/viewer/close.png);
	background-repeat:no-repeat;
	background-position:top left;
}
div#footerbar a.close:hover {
	width:73px;
	height:33px;
	display:block;
	float:right;
	margin-top:13px;
	background-image:url(../../images/viewer/close_hov.png);
	background-repeat:no-repeat;
	background-position:top left;
}
div#footerbar div.befaft {
	width:200px;
	display:block;
	float:left;
	height:30px;
	margin-top:15px;
	font-size:24px;
	font-weight:bold;
	color:#BFBFBF;
	text-align:left;
}
div#footerbar div.befaft span {
	display:inline-block;
	margin-right:20px;
	color:#272727;
}
div#footerbar div.befaft span.a {
	color:#FFF;
}

div#footerbar div.imgnav {
	display:block;
	float:left;
	width:211px;
	height:44px;
	padding-top:8px;
	margin-top:8px;
	font-size:20px;
	color:#BFBFBF;
	position:relative;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	font-weight:bold;
	background-image:url(../../images/viewer/bg.png);
	background-repeat:no-repeat;
	background-position:30px 0px;
}
div#footerbar div.imgnav a#next {
	width:44px;
	height:60px;
	background-image:url(../../images/viewer/next.png);
	background-repeat:no-repeat;
	background-position:top left;
	position:absolute;
	top:-8px;
	right:30px;
}
div#footerbar div.imgnav a#next:hover {
	width:44px;
	height:60px;
	background-image:url(../../images/viewer/next_hov.png);
	background-repeat:no-repeat;
	background-position:top left;
	position:absolute;
	top:-8px;
	right:30px;
}
div#footerbar div.imgnav a#prev {
	width:44px;
	height:60px;
	background-image:url(../../images/viewer/prev.png);
	background-repeat:no-repeat;
	background-position:top left;
	position:absolute;
	top:-8px;
	left:30px;
}
div#footerbar div.imgnav a#prev:hover {
	width:44px;
	height:60px;
	background-image:url(../../images/viewer/prev_hov.png);
	background-repeat:no-repeat;
	background-position:top left;
	position:absolute;
	top:-8px;
	left:30px;
}

#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
	width:auto;
	height:auto;
	overflow:hidden;
	display:block;
	margin-left:auto;
	margin-right:auto;
}

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
	position: absolute;
	visibility: hidden;
	border: 1px solid #272727;
	background-color: #000;
	padding: 5px;
	z-index: 6;
	color:#FFF;
}

#img_title {
	width:100%;
	font-size:12px;
	font-weight:normal;
	margin-bottom:8px;
	color:#FFF;
	font-style:italic;
	display:block;
	float:left;
	clear:left;
}