#container {
background-image: url(/photos/images/bkd_photos.jpg);
background-repeat: no-repeat;
}

#photo {
clear: both;
float: right;
width: 720px;
height: 480px;
padding: 0;
margin: 0 0 20px -44px;
border-top: 1px solid #fff;
border-bottom: 1px solid #fff;
border-left: 1px solid #fff;
overflow: hidden;
background-color: #000;
}

.ie6 #photo {
margin-right: -20px;
}

div.scrollable {
clear: both;
position:relative; 
overflow:hidden;          
width: 720px;     
height: 55px;
margin: 0 0 0 -28px;
padding: 0;
}

div.scrollable div.thms {     
width:20000em;     
position:absolute;         
} 

.thms div {
float: left;
width: 78px;
height: 51px;
margin-left: 5px;
cursor: pointer;
}

.thms div img {
border: 1px solid #888a86;
}

.thms div img.on {
border: 1px solid #fff;	
}
