/* CSS Document */

#thumbs-container {
width: 750px;
clear:both;
} 
#thumbs-container img { 
border:0px; 
text-decoration:none; 
padding:2px; 
}
#thumbs-container li {
display: inline;
list-style-type: none;
padding: 20px;
width: 60px;
height: 60px;
float:left;
}
#image-container img {
border:2px solid #ccc; 
clear:both;
width: 600px;
}
#caption-container { 

}
.thumbUnSel {
filter:alpha(opacity=55);
-moz-opacity:.55;
opacity:.55;
}
.thumbSel {
filter:alpha(opacity=100);
-moz-opacity:1;
opacity:1;
}
.thumbUnSel:hover {
filter:alpha(opacity=95);
-moz-opacity:.95;
opacity:.95;
}