/* ------- Gallery --------- */

#bgpanel, #viewer, #control_fo, #control_ba, #control_cl { display: none; }

#bgpanel
{
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	left:0px;
	background-image:url('img/panel.png');	
	z-index: 140;
}

#viewer
{
	position:fixed;
	width: 200px;
	height: 200px;
	top: 0px;
	left: 0px;
	background-color: #000;
	background-image:url('img/loadingsmall.gif');
	background-position: center center;
	background-repeat: no-repeat;
	border: 1px solid #FFF;
	z-index: 150;
}

#control_fo, #control_ba, #control_cl { position: absolute; }

/* ------------------------- */
