* html .float {height:1%;} /* Explorer 6 */
*+html .float {height:1%; display:inline-block;} /* Explorer 7 */
.float:after {content:".";display:block;clear:both;visibility:hidden;height:1px;}
/*
#thumbs .record a{ opacity: 0.6 }
#thumbs .record a:hover{ opacity:1; }
* +html #thumbs .record a{ filter: alpha(opacity=60); }
* html #thumbs .record a{ filter: alpha(opacity=60); }
* html #thumbs .record a:hover{ filter: alpha(opacity=100); }
* + html #thumbs .record a:hover{ filter: alpha(opacity=100); }
*/
