.DimLayer
{
	position: absolute;
	z-index: 1;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	
	/* Mozilla ignores crazy MS image filters, so it will skip the following */
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, 
		src='/images/gallery/dim_layer.png');
}

/* IE ignores styles with [attributes], so it will skip the following. */
.DimLayer[class]
{
	background-image:url(/images/gallery/dim_layer.png);
}

.FullScreenLayer
{
	position: absolute;
	z-index: 1;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	overflow-x: auto;
	overflow-y: scroll;
}

.FullScreenLayer A:active, .FullScreenLayer A:link, .FullScreenLayer A:visited, .FullScreenLayer A:hover
{
	font-family: Arial;
	color: #b0b0b0;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	letter-spacing: 0px;
}

.LiNavButton
{
	padding: 8px;
	position: relative;
	z-index: 3;
	background-color: White;
}

.LiNavButton A:active, .LiNavButton A:link, .LiNavButton A:visited
{
	font-size: 11px;
	font-weight: normal;
	color: #989898;	
}

.LiNavButton A:hover
{
	font-size: 11px;
	font-weight: normal;
	color: #202020;
}

