
#detail_background {
	display: none;
	position: absolute;
	left : 0px;
	top : 0px;
	width : 100%;
	height : 100%;
	background-color : black;			
   filter:alpha(opacity=80);   /* Internet Explorer       */
   -moz-opacity:0.8;           /* Mozilla 1.6 and below   */
   opacity: 0.8;
   text-align: center;
   z-index: 500;
}

#detail_window {	
	display: none;
	position: absolute;
	left : 0px;
	top : 0px;
	background-color: white; 
	padding: 10 20 10 20;
	color: gray;
   z-index: 510;
}
#detail_window DIV IMG {
	
}

.close {
	text-align: right;
}
.close A {
	font-size: 13pt;
	margin-top: 10px;
	color: #bbbbbb;	
	text-decoration: none;
}
.close A:hover {
	color: black;
}
