@charset "utf-8";
/* GALLERY */
#gallery-screen {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	bottom: 0;
	z-index: 500;
	background-image: url(../images/gallery/galtrans.png);
	overflow: hidden;	
}
#gallery {
	/*margin-top: 80px;*/
	background-color: #FFF;
	/*height: 560px;*/
	height: 520px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	text-align: left;
	padding: 9px;
	width: 618px;
	background-image: url(../images/gallery_bg.png);
	/*border: 1px solid #AAA09B;*/
	background-position: left bottom;
}
* html #gallery {
	height: 529px;
}
* html #gallery-screen {
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/gallery/galtrans.png', sizingMethod='scale');	
}
#image-main {
	height: 400px;
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	padding: 9px;
	background-color: #FFFFFF;
	background-image: url(../images/gallery/image_bg.png);
	background-repeat: no-repeat;
}
#image-main img {
	display: block;
}
#thumbs-container {
	position: relative;
	overflow: hidden;
	width: 576px;
	height: 70px;
	left: 20px;
	top: 20px;
	background-image: url(../images/gallery/container.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
a.thumb {
	display: block;
	position: absolute;
	height: 66px;
	width: 100px;
	padding: 2px;
	background-color: #000000;
	background-image: url(../images/gallery/thumb.png);
	background-repeat: no-repeat;
}
a.thumb:hover, a.selected { background-image: url(../images/gallery/thumb_s.png); }
a#thumb0 { left: -236px; }
a#thumb1 { left: -118px; }
a#thumb2 { left: 0px; }
a#thumb3 { left: 118px; }
a#thumb4 { left: 236px; }
a#thumb5 { left: 354px; }
a#thumb6 { left: 472px; }
a#thumb7 { left: 590px; }
a#thumb8 { left: 708px; }
#gallery-caption {
	margin-top: 30px;
	text-align: center;
	font-size: 70%;
	color: #990000;
}
#closegallery span { display: none; }
#closegallery {
	display: block;
	position: absolute;
	height: 17px;
	width: 17px;
	top: 18px;
	left: 601px;
	background-image:url(../images/gallery/exit.png);
	background-position: 0 0;
}
#closegallery:hover {
	background-position: 0px -17px;
}
#galleryleft {
	position: absolute;
	height: 53px;
	width: 8px;
	top: 456px;
	left: 14px;
}
#galleryright {
	position: absolute;
	top: 456px;
	height: 53px;
	width: 8px;
	left: 614px;
}