@import "main.css";

#overlay {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}

#overlay.active {
	display: block;
}

#screen {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 10;
	top: 0;
	left: 0;
	background-color: #000;
	opacity: 0.8;
	-moz-opacity: 0.8;
	filter:alpha(opacity=80);
}

#zoom_container {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 11;
	top: 0;
	left: 0;
	text-align: center;
}

#zoom {
	text-align: left;
	margin: 0 auto;
	padding: 0;
	position: relative;
	border: 1px solid #fff;
}

#zoom.portrait {
	width: 430px;
	height: 550px;
}

#zoom.landscape {
	width: 550px;
	height: 430px;
}

#zoom a {
	width: 36px;
	height: 37px;
	background-image: url(/img/gallery/close.png);
	background-repeat: no-repeat;
	display: block;
	margin: -16px;
}

#gallery {
	background-image: url(/img/gallery/mirror.gif);
	background-repeat: no-repeat;
}

#gallery_slides {
	margin: 0;
	padding: 0;
	width: 755px;
	_width: 775px;
	float: right;
}

#gallery_slides img.landscape {
	padding-top: 20px;
}

#gallery_slides img.portrait {
	padding-top: 7px;
}

.slide {
	width: 131px;
	height: 131px;
	background-image: url(/img/gallery/slidemount.gif);
	background-repeat: no-repeat;
	display: block;
	float: left;
	margin: 0 0 20px 20px;
	text-align: center;
}

.slide:hover img {
	opacity: 0.7;
	-moz-opacity: 0.7;
	filter:alpha(opacity=70);
}

#gallery_nav {
	width: 103px;
	height: 319px;
	margin: 0;
	padding: 0 0 50px 0;
	background-image: url(/img/gallery/nav.gif);
	background-repeat: no-repeat;
	position: relative;
	top: 13px;
	left: 40px;
}

#gallery_nav li, #gallery_nav a {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 103px;
	height: 31px;
	position: absolute;
	left: 0;
}

#gallery_nav a:hover, #gallery_nav li.cur a {
	background-image: url(/img/gallery/nav.gif);
}

#gn1 {
	top: 0;
}
#gn1 a:hover {
	background-position: -103px -0px;
}
#gn1.cur a, #gn1.cur a:hover {
	background-position: -206px -0px;
}

#gn2 {
	top: 48px;
}
#gn2 a:hover {
	background-position: -103px -48px;
}
#gn2.cur a, #gn2.cur a:hover {
	background-position: -206px -48px;
}

#gn3 {
	top: 96px;
}
#gn3 a:hover {
	background-position: -103px -96px;
}
#gn3.cur a, #gn3.cur a:hover {
	background-position: -206px -96px;
}

#gn4 {
	top: 144px;
}
#gn4 a:hover {
	background-position: -103px -144px;
}
#gn4.cur a, #gn4.cur a:hover {
	background-position: -206px -144px;
}

#gn5 {
	top: 192px;
}
#gn5 a:hover {
	background-position: -103px -192px;
}
#gn5.cur a, #gn5.cur a:hover {
	background-position: -206px -192px;
}

#gn6 {
	top: 240px;
}
#gn6 a:hover {
	background-position: -103px -240px;
}
#gn6.cur a, #gn6.cur a:hover {
	background-position: -206px -240px;
}

#gn7 {
	top: 288px;
}
#gn7 a:hover {
	background-position: -103px -288px;
}
#gn7.cur a, #gn7.cur a:hover {
	background-position: -206px -288px;
}