#imgbox_window
	{
		position: absolute;
		height: 100%;
		width: 100%;
		background-color: gray;
		opacity: 0.3;
		filter: alpha(opacity = 30);
		top: 0;
		left: 0;
		z-index: 100;
	}
	
	#imgbox
	{
		position: absolute;
		z-index: 200;
		background-color: #fff;
		background-repeat: no-repeat;
		background-position: center center;
		background-image: url(images/loading.gif);
		padding: 10px;
		cursor: pointer;
		text-align: right;
	}
	
	#imgbox div
	{
		background-repeat: no-repeat;
		background-position: center center;
	}
	
	#imgbox a
	{
		position: absolute;
		top: 8px;
		right: 9px;
		display: block;
		text-decoration: none !important;
		border: 0 !important;
		padding: 3px;
		background-color: #faf6ed;
		opacity: 0.3;
		/*padding-top: 10px;*/
	}
	
	#imgbox a:hover
	{
		opacity: 1;
	}