#thumbs a { border: 1px solid #dddddd; }

#image {
height: 550px;
position: relative;
margin: 0px auto 10px auto;
text-align: center;
width: 600px;
}

#image #caption {
bottom: 0;
color: #cccccc;
left: 0;
position: absolute;
font-style: italic;
width: 100%;
}

#thumbs {
margin: 0 auto;
padding: 0;
width: 600px;
}

#thumbs a {
display: block;
float: left;
height: 30px;
margin: 0 6px 6px 0;
padding: 5px;
text-align: center;
width: 33px;
}

#thumbs a.active { border: 1px solid #0066CC; }

#viewer .clear { clear: both; }
