@charset "UTF-8";
/* CSS Document */

#bg-overlay
{
	z-index:15;
	position:	fixed;
	width:	100%;
	height:	1500px;
	background-color:#000;
	display:none;
}


#zoom
{
	background: #fff url(../gfx/fancyzoom/box-bg.png) no-repeat scroll 0 0;
	z-index:20;
	padding: 4px;
}