@CHARSET "UTF-8";

#Gallery {
background-color: #FFF;
padding: 10px;
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, .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');
}

.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;
}

.Historic, .Loft, .Retreat, .Treehouse, .Waterfront, .Manhattan, .Sanctuary {
	background-image: url('../images/bg_award.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');
}