.imageBox{
	visibility:hidden;
	display:table;
	padding:10px;
	border:2px solid #959595;
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	z-index:32;
	background-image:url(gallery/overlay.png);
	background-position:center center;
	background-repeat:repeat;
}

.imageBox a{
	display:block;
	padding:4px;
	padding-right:0px;
}

#imagebox{
	display:inline;
}

#overlay2{
	background-color:#cdcdcd;
	border:2px solid #757575;
	background-image:url(gallery/loading.gif);
	background-position:center center;
	background-repeat:no-repeat;
	width:240px;
	height:160px;
}