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