<!--
#thumb1 {
 background-image: url(/../slideshow/slide1t.jpg);
 background-repeat: no-repeat;
 height: 87px;
 width: 100px;
}

.overlay-on {
opacity:.50;
filter: alpha(opacity=50); 
-moz-opacity: 0.5;
}

#thumb2 {
 background-image: url(/../slideshow/slide2t.jpg);
 background-repeat: no-repeat;
 height: 87px;
 width: 100px; 
}

#thumb3 {
 background-image: url(/../slideshow/slide3t.jpg);
 background-repeat: no-repeat;
 height: 87px;
 width: 100px; 
}
.overlay-off {
display:none;
}

-->