img.gallery_image {
	z-index: 15;
}

div.opaque {
	padding: 1px;
	z-index: 10;
	float: left;
	filter: alpha(opacity = 60);
	-moz-opacity: .6;
	opacity: .6;
	background: url(../images/loader.gif) center center black no-repeat;
}

div.gallery_view {
	text-align: center;
	/*padding: 10px 10px;*/
	margin: auto;
	z-index: 20;
	float: left;
}

div.image_view {
	width: 80px;
	height: 60px;
	text-align: left;
	padding: 10px;
	border: 1px solid #222222;
	margin: auto;
	display: none;
	z-index: 10;
	position: absolute;
	top: 0;
	left: 0;
	background: white;
}

div.image_view_underlayer {
	width: 80px;
	height: 60px;
	text-align: left;
	padding: 10px;
	border: 0;
	margin: auto;
	display: none;
	z-index: 10;
	position: absolute;
	top: 10px;
	left: 10px;
	filter: alpha(opacity = 20);
	-moz-opacity: .2;
	opacity: .2;
	background: black;
}

div.image_info {
	width: 150px;
	height: 35px;
	text-align: left;
	padding: 10px;
	border: 0;
	display: none;
	z-index: 11;
	position: absolute;
	top: 10px;
	left: 10px;
	filter: alpha(opacity = 0);
	-moz-opacity: 0;
	opacity: 0;
	background: black;
	color: white;
	font-family: Arial;
	font-size: 28px;
	text-align: center;
	cursor: pointer;
}

div.popup_container {
	width: 100%;
	font-family: verdana, arial;
	font-size: 10px;
	color: black;
	margin: 0;
	padding: 0;
	border: 0;
	position: absolute;
	top: 0px;
	left: 0px;
	display: none;
	z-index: 5;
	filter: alpha(opacity = 0);
	-moz-opacity: 0;
	opacity: 0;
	background: black;
}