/* popup picture viewer */
.shadow_on
{
	filter:alpha(opacity=20);
   	-moz-opacity:0.2;
	opacity: 0.2;
	background-color:#000000;
		
	z-index:1;
	position: absolute;
	left: 0px;
	top: 0px;
	width:100%;
	height: 1000px;
}
	
.shadow_off
{
	position: absolute;
	width:0px;
	height: 0px;
}
	

.window_show
{
	background-color:#FFFFFF;
	
	border-color:#888888;
	border-width:2px;
	border-style:solid;
	
	
	z-index:10;
	position: absolute;
	left: 350px;
	top: 100px;
	width:310px;
	height: 330px;
	
}
	
.window_hide
{
	position: absolute;
	width:0px;
	height: 0px;
}
/* -------------------- */

