#DB_hider {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	background: #333;
	-moz-opacity: 0.8;
	filter:Alpha(opacity=80);
	display: none;
}
#DB_hider #DB_imgLoading {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 12;
}
#DB_bigImg {
	position: absolute;
	z-index: -15;
	top: 0; left: 0;
	background: white;
	margin: 0;
	border: 1px solid black;
	padding: 10px;
	display: none;
	font-family: verdana;
	font-size: 12px;
	border: 1px solid black;
}
#DB_bigImg img {
	border: 1px solid #DEDEDE;
	padding: 5px;
}
#DB_bigImg p {
	padding-top: 10px;
	color: black;
	font-weight: bold;
}
#DB_bigImg a {
	text-align: right;
	margin-right: 5px;
	display: block;
	font-size: .8em;
	font-weight: bold;
	color: #667;
}

#DB_bigImg a:hover{
	color:#af8b20;
}