@CHARSET "UTF-8";
/* CSS Document */

#Gallery {
	background-color: #FFF;
	padding: 0px;
	width: 730px;
	height: 510px;
}
#gallery-adv {
}
.image-wrapper {
	display: block;
	width: 730px;
	height: 460px;
	background-image: url('../images/bg_gallery.gif');
}
#thumbs-adv {
	clear: both;
}
#gallery-adv img, .thumbs img {
	border: 0;
}
.thumbs {
	padding: 0px;
	position: absolute;
	right: 60px;
	top: 499px;
}
.thumbs li {
	list-style-type: none;
	padding: 0px 2px;
	float: left;
}
.thumbs li a, .thumbs li a:link, .thumbs li a:active, .thumbs li a:visited {
	width: 8px;
	height: 8px;
	background-color: #625146;
	display: block;
	font-size: 1px;
	line-height: 1em;
}
.thumbs li a:hover {
	background-color: #b3480d;
}
.thumbs li.selected a, .thumbs li.selected a:link, .thumbs li.selected a:visited, .thumbs li.selected a:active {
	background-color: #b3480d;
}
.image-title {
	font-size: 12px;
	font-style: italic;
	color: #b3480d;
	letter-spacing: .02em;
}
.image-desc {
	color: #b3480d;
	text-transform: uppercase;
	font-size: 10px;
	letter-spacing: .2em;
	font-weight: bold;
}
#caption-adv {
	position: relative;
	top: 23px;
	left: 20px;
}
#controls-adv .prev {
	position: absolute;
	right: 180px;
	top: 499px;
	background-image: url('../images/arrow_prev.gif');
	background-repeat: no-repeat;
	background-position: top left;
}
#controls-adv .next {
	position: absolute;
	right: 20px;
	top: 499px;
	background-image: url('../images/arrow_next.gif');
	background-repeat: no-repeat;
	background-position: top right;
}
#controls-adv a, #controls-adv a:link, #controls-adv a:active, #controls-adv a:visited {
	display: block;
	width: 39px;
	height: 10px;
}
#PhotoCredit {
	display: block;
	width: 140px; /* 25 */
	height: 18px;
	background-repeat: no-repeat;
	background-position: bottom right;
	position: absolute;
	bottom: 80px;
	right: 15px;
	cursor: default;
	cursor: hand;
}
.Alex, .Laurie, .Ben, .Marian, .William, .Thomas {
	background-image: url('../images/bg_credit_photo.png');
}
.AlexHover {
	background-image: url('../images/bg_credit_photo_alex.png');
}
.LaurieHover {
	background-image: url('../images/bg_credit_photo_laurie.png');
}
.BenHover {
	background-image: url('../images/bg_credit_photo_ben.png');
}
.MarianHover {
	background-image: url('../images/bg_credit_photo_marion.png');
}
.WilliamHover {
	background-image: url('../images/bg_credit_photo_william.png');
}
.ThomasHover {
	background-image: url('../images/bg_credit_photo_thomas.png');
}
#Award {
	display: block;
	width: 140px; /* 24*/
	height: 38px;
	background-repeat: no-repeat;
	background-position: bottom right;
	position: absolute;
	bottom: 100px;
	right: 15px;
	cursor: default;
	cursor: hand;
}
.CliffHouse, .Historic, .Loft, .Retreat, .Treehouse, .Waterfront, .Manhattan, .Sanctuary {
	background-image: url('../images/bg_award.png');
}
.CliffHouseHover {
	background-image: url('../images/bg_award_cliffHouse.png');
}
.HistoricHover {
	background-image: url('../images/bg_award_historic.png');
}
.LoftHover {
	background-image: url('../images/bg_award_loft.png');
}
.RetreatHover {
	background-image: url('../images/bg_award_retreat.png');
}
.TreehouseHover {
	background-image: url('../images/bg_award_treehouse.png');
}
.WaterfrontHover {
	background-image: url('../images/bg_award_waterfront.png');
}
.ManhattanHover {
	background-image: url('../images/bg_award_manhattan.png');
}
.SanctuaryHover {
	background-image: url('../images/bg_award_sanctuary.png');
}
#desc-container {
	display: block;
	position: absolute;
	z-index: 1000;
	bottom: 5px;
	width: 150px;
	padding: 0 5px 0 15px;
	margin: 0;
}
#desc-container h2 {
	text-decoration:none;
	color: #b3480d;
	font-size: 14px;
	font-weight: 400;
	font-family: 'OFL Sorts Mill Goudy TT', Georgia, serif;
	margin: 0;
	padding: 0 0 5px 0;
	line-height: 1.2em;
}
#desc-container p {
	margin: 0;
	padding: 0 0 5px 0;
	font-style: italic;
	font-size: 10px;
	line-height: 1.2em;
}
#desc-container p span {
	text-transform: uppercase;
	letter-spacing: 0.2em;
	font-style: normal;
	font-size: 8px;
}
