#overlay_half {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 89;

	display: none;

	width: 100%;
	height: 100%;

	opacity: 0.8;
	_filter: alpha(opacity=80);

	background-color: #000;
}

#overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;

	display: none;

	width: 100%;
	height: 100%;
}

#overlay img {
	display: none;

	max-height: 486px;

	margin: 10px auto 0px auto;

	border: 5px solid #fff;

	color: #fff;
}

#overlay #gallery_navigation {
	height: 28px;

	margin: 0px auto 10px auto;

	background-color: #fff;
	background-image: url("../images/promo/logo_small.png");
	background-position: top right;
	background-repeat: no-repeat;

	border: 5px solid #fff;

	color: #222;
}

#overlay #gallery_navigation #gallery_buttons {
	width: 280px;

	margin: 0px auto 0px auto;
}

#overlay #gallery_navigation #gallery_buttons .gallery_button {
	float: left;

	width: 80px;
	height: 16px;

	margin-right: 5px;
	padding: 6px 4px 6px 4px;

	background-color: #ddd;

	text-align: center;
}