@charset "UTF-8";
@media all
{
	#gallery {
		display: block;
		position: absolute;
		z-index: 100000;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
	}

	#gallery #g_background {
		zoom: 1;
		opacity: .7;
		-moz-opacity: .7;
		filter: alpha(opacity=70);
		background: #000000;
		width: 100%;
		height: 100%;
	}

	#gallery #g_content {
		width: 100%;
		height: 100%;
		display: block;
		position: absolute;
		z-index: 100001;
		left: 0;
		top: 0;
	}

	#gallery #g_content #g_box {
		width: 75%;
		height: 75%;
		margin: auto;
		background: #ffffff;
		position: relative;
		top: 50%;
		margin-top: -23%;
		padding: 10px;
	}

	#gallery #g_content #g_box.preload {
		background: transparent;
		color: #ffffff;
	}

	#gallery td {
		padding: 0;
	}

	#gallery #gallery_thumbs img {
		padding: 2px;
		background: #ffffff;
		margin-top: 8px;
		margin-bottom: 2px;
	}

	#gallery #gallery_wrapper {
		height: 100%;
		height /*\**/: 75%\9; /* IE8 Hack */
	}

	* html #gallery #gallery_wrapper {
		height: 75% !important;
	}

	*+html #gallery #gallery_wrapper {
		height: 75%;
	}

	#gallery a.g_arrow {
		position: relative;
		top: -20px;
		padding: 0 5px;
	}

	img.gallery_image {
		cursor: pointer;
		border: 1px solid #b6a7a0;
	}

	#gallery div.preloader {
		text-align: center;
		display: block;
		position: relative;
		top: 50%;
	}
}