/* CSS Document */

#imagePopup {
	z-index: 99;
	position: absolute;	
	visibility: hidden;
	padding: 0px;
}
#imagePopup img {
	border: 4px solid #472B04;
}
#imagePopup #close {
	z-index: 100;
	position: absolute;
	background:#472B04;
	right: 0px;
	bottom: 0px;
	padding:5px 10px;
}
#imagePopup #close a, #imagePopup #close a:hover {
	color:#FFFFFF;
	font-weight:bold;
	text-decoration: none;
}