/********************
 *     Galleries    *
 ********************/
div#overall
{
	background-image: url(images/alpha50.png);
	background-position: top left;
	background-repeat: repeat-x repeat-y;
	position: absolute;

	display:none;
	
	padding-top: 20px;


	/* font-family: sans-serif, Verdana, Arial; */
	font-family: Verdana, Arial, sans-serif;
	font-size: 32pt;
	font-weight: bold;

	text-align: center;
	vertical-align: center;

	top: 0;
	left: 0;
	right: 0;
	bottom: 0;

	z-index: 1000;
}


/* IE-Fix */
* html div#overall
{
	height: 100%;
	width: 100%;
}

div#overall span.small
{
	font-size: smaller;
}

div#overall span.large
{
	font-size: larger;
}

div#overall span
{
	cursor: pointer;
}

div#overall span:hover
{
	color: #C00;
}

div#overall span:active
{
	color: #FAA;
}

div#overall img
{
	border: 1px solid black;
}

div#overall div.hidden
{
	display: none;
	visibility: hidden;
}
