#gallery { width:100%; float:left; height:auto; min-height:420px; _height:420px; }
#thumbs { width:100%; float:left; height:380px }
#thumbs ul { display:inline; }
#thumbs li { float:left; display:inline; width:80px; height:80px; overflow:hidden; text-align:center; vertical-align:middle; margin:5px; display:table-cell; vertical-align:middle; line-height:80px; background:#454545; cursor:pointer; font-size:0;filter:alpha(opacity=50); /* IE */ -moz-opacity:.5; /* Moz + FF */ opacity: .5;}
*html #thumbs li { font-size:78px; font-family:Arial; }
#thumbs li.select { border-color:red; }
#thumbs li.select{ filter:alpha(opacity=100); /* IE */ -moz-opacity:1.0; /* Moz + FF */ opacity: 1.0; }
#thumbs li.hover{ filter:alpha(opacity=100); /* IE */ -moz-opacity:1.0; /* Moz + FF */ opacity: 1.0; }
#gallery table { width:100%; border-collapse:collapse; margin-bottom:10px; text-align:center; vertical-align:middle; height:410px}
#gallery th { text-align:center; vertical-align:middle; width:5%; }
#gallery .img { text-align:center; vertical-align:middle; width:96%; }
#gallery img { display:none; }
#gallery .text { width:96%; }
#gallery .text { height:50px; display:none}
#gallery .text p, #gallery .text h4 { margin:2px; padding:0; vertical-align:top; }
