@charset "UTF-8";
/* CSS Document */
body.gallery { background: none; padding:0; margin:0; }
#gallery {
	width: 622px;
	top: 0px;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0px;
	height: 591px;
}

img.photo { margin-top:0; margin-bottom: 0; padding:0; border: 1px solid #014c96; margin-left:auto; margin-right:auto; }
#navigation { float: left; border: 0; width: 622px; height: 70px; overflow: hidden; margin:0px 0px 0px 0px; padding: 0; }
#photo { float: left; border: 0; width: 622px; height: 402px; overflow: auto; margin:0; padding: 0; text-align: center; }
#caption { float: left; border: 0; width: 602px; height: 21px; overflow: auto; margin:0px 10px 0px 10px; padding: 0; }
#thumbnails { float: left; border: 0; width: 602px; height: 76px; overflow: hidden; margin:0px 10px 0px 10px; padding: 0; }
hr.gallery {
	color: #d5c9af;
	width: 602px;
	height: 1px;
	border: none 0;
	border-top: 1px solid #d5c9af;
	float: left;
	margin:0px 10px 0px 10px;
	padding: 0;
}

img { border: 0; margin: 0; }

#galleryMenu {
	position:relative;
	width: 621px; 
	height: 39px;
	padding: 0px;
	margin: 0px;
	background-image:url(images/galleryButtons.png);
	background-repeat: no-repeat;
}
#galleryFiltersVillas {
	position:relative;
	width: 602px;
	height: 35px;
	padding: 0px;
	margin: 0px 10px 0px 10px;
}
#galleryFiltersBluefields {
	position:relative;
	width: 602px;
	height: 35px;
	padding: 0px;
	margin: 0px 10px 0px 10px;
}
.galleryFilter {
	padding: 5px 15px 0px 0px;
	margin: 0;
}
.galleryFilter A {
	color: #014c96;
}
A.currentSubAlbum {
	text-decoration:none;
	color: #EC4E26;
}

#galleryMenu li {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	top: 0;
}
#galleryMenu li, #galleryMenu a {
	height: 39px;
	display: block;
}
#galleryMenu li ul li {
	float: left;
	width: 147px;
}

#galleryMenuItem1 {
	left: 0px;
	width:124px;
	z-index:100;
}
#galleryMenuItem2 {
	left: 124px;
	width:124px;
	z-index:100;
}
#galleryMenuItem3 {
	left: 248px;
	width:124px;
	z-index:100;
}
#galleryMenuItem4 {
	left: 372px;
	width:124px;
	z-index:100;
}
#galleryMenuItem5 {
	left: 496px;
	width:125px;
	z-index:100;
}
#galleryMenuItem1 a:hover {
    background: url(images/galleryButtons.png) 0 -39px no-repeat;
}
#galleryMenuItem2 a:hover {
    background: url(images/galleryButtons.png) -124px -39px no-repeat;
}
#galleryMenuItem3 a:hover {
    background: url(images/galleryButtons.png) -248px -39px no-repeat;
}
#galleryMenuItem4 a:hover {
    background: url(images/galleryButtons.png) -372px -39px no-repeat;
}
#galleryMenuItem5 a:hover {
    background: url(images/galleryButtons.png) -496px -39px no-repeat;
}
#galleryMenuItem1 a.currentAlbum {
    background: url(images/galleryButtons.png) 0 -78px no-repeat;
}
#galleryMenuItem2 a.currentAlbum {
    background: url(images/galleryButtons.png) -124px -78px no-repeat;
}
#galleryMenuItem3 a.currentAlbum {
    background: url(images/galleryButtons.png) -248px -78px no-repeat;
}
#galleryMenuItem4 a.currentAlbum {
    background: url(images/galleryButtons.png) -372px -78px no-repeat;
}
#galleryMenuItem5 a.currentAlbum {
    background: url(images/galleryButtons.png) -496px -78px no-repeat;
}

#galleryMenu li ul {
	position: absolute;
	left: -1999px;
}
