#container {
padding: 20px;
}

#gallery {
position:relative;
}

#gallery div {  
display:none;
position:absolute;
height: 505px;
width: 464px;
text-align: center;
background-color: #e9dcd7;
}

#gallery div.active {
display:block;
}

#gallery img {
margin: 0 auto;	
margin-top: 10px;
padding:1px; border:#d4af9c 5px solid; background:#e9dcd7;
max-height: 452px;
max-width: 430px;
width: auto;
}

* html #gallery img { 
height: expression( this.scrollHeight > 451 ? "452px" : "auto" ); /* sets max-height for IE */
}

#gallery p {
position:absolute;
width: 465px;
padding: 0;
margin: 0;
left: 0;
bottom: 5px;
}

.buttonBar {
top: 774px;
width: 465px;
cursor: pointer;
position:absolute;
}

.galButtons {
float: right;
width: 150px;
height: 35px;
background-color: #e9dcd7;
}

.galButtons a {
color: #FFF;
text-decoration: none;
}

.galButton {
float: right;
padding: 5px;
margin: 5px 10px 0 0;
background-color: #d4af9c;
color: #FFF;
font-weight: bold;
text-decoration: none;
}

