@charset "utf-8";
/* CSS Document */


.gallery h2 {
	margin: 0em !important;
}


.the-gallery {
	font-size: 100% !important;
}

.the-gallery a {
	text-decoration: none;
	border: #fff solid 1px;
	background-color: #fff;
}

/*
.the-gallery a:hover {
	border: #c1ae67 solid 1px;
}
*/

.the-gallery .the-gallery-description {
	padding: 0 0 16px 0;
	display: none;
}

.the-gallery .the-gallery-title {
	font-size: 1.8em;
	line-height: 1.2em;
	color: #ae9553;
	text-decoration: none !important;
	margin-bottom: 0.1em;
}

.the-gallery .the-gallery-meta {
	font-size: 1.2em;
	line-height: 1.2em;
	color: #53534d;
	text-decoration: none !important;
}

.the-gallery li.the-gallery-item {
	background-color: #fff;
}



.albums-gallery .the-gallery-image-outer-wrapper {
	width: 156px;	/* 140px + 2*8px padding */
	height: 156px;	/* 140px + 2*8px padding */

	background-image: url(../images/frame_album.jpg);
}

.albums-gallery .the-gallery-image {
	padding: 8px;
}

.albums-gallery li {
	margin-left: 0.4em;
}

.albums-gallery .the-gallery-description {
	width: 140px;
}



.image-gallery .the-gallery-image-outer-wrapper {
	width: 160px;	/* 140px + 2*8px padding */
	height: 160px;	/* 140px + 2*8px padding */
}

.image-gallery .the-gallery-description {
	width: 160px;
	text-align: center;
}

.image-gallery .the-gallery-image {
	padding: 8px;
	border: #c1ae67 solid 1px;
}
	


.video-gallery .the-gallery-image-outer-wrapper {
	width: 196px;	/* 160px + 2*8px padding */
	height: 118px;	/* 90px + 2*8px padding */
	
	background-image: url(../images/frame_video.jpg);
}

.video-gallery .the-gallery-image {
	padding: 8px;
}

.video-gallery .the-gallery-description {
	width: 196px;
}



.hover-fx {
	display: block;
	position: absolute;
	top: 8px;
	left: 8px;
}

.hover-icon {
	display: block;
	width: 28px;
	height: 28px;
	
	position: absolute;
	right: 8px;
	bottom: 8px;
	
	background-image: url(../images/icon_db_28px_zoom.png);
	background-position: center center;
	background-repeat: no-repeat;
}

.hover-bg {
	display: block;
	background-color: #000;
}

.video-gallery .hover-icon {
	background-image: url(../images/icon_db_28px_play.png);
}



