#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: #fff;
}

#overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;

	display: none;

	width: 100%;
	height: 100%;
}

#overlay div.gallery_item {
	display: none;

	max-height: 486px;

	margin: 10px auto 0px auto;

	text-align: center;

	color: #fff;
}

#overlay div.gallery_item img, #overlay div.gallery_item p {
	display: block;

	margin: 0px;
	padding: 0px;

	border-top: 5px solid #ccc;
	border-bottom: 16px solid #ccc;

	background-color: #ccc;

	color: #222;

	text-align: left;
}

#overlay div.gallery_item img {
	margin-bottom: 2px;
}

#overlay div.gallery_item p {
	padding: 2px;
}

#overlay div.gallery_item table {
	background-color: #ccc;
}

#overlay div.gallery_item table td {
	vertical-align: bottom;
}

#overlay div.gallery_item h2 {
	margin: 0px;
	padding: 2px;

	text-align: left;

	color: #000;
}

#overlay div.gallery_item a {
	margin: 0px 4px 0px 0px;
	padding: 2px 22px 2px 2px;

	background-image: url("../images/icons/close.png");
	background-position: bottom right;
	background-repeat: no-repeat;

	font-size: 0.9em;

	color: #000;

	text-decoration: none;
}

#overlay #gallery_navigation {
	height: 28px;

	margin: 0px auto 10px auto;

	background-color: #fff;
	background-image: url("../images/item_logo.gif");
	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;
}