#img-gallery{
	width: auto;
	height: auto;
	display: block;
	
	overflow: auto;
	overflow-y: scroll;
	
	top: 0;
	left: 0;
	
	position: fixed;
	bottom: 0;
	right: 0;

	z-index: 8010;
	background: url('fancybox_overlay.png');
}

.img-wrap{
	
	position: absolute; 
	border: 1px #000 solid;
	width: 300px;
	height: 200px;
	background: #fff;

}

.img-load{

	position: absolute; 
	border: 1px #000 solid;
	width: 100px;
	height: 50px;
	background: #fff;
}