<!--[if lte IE 6]>
<style type="text/css">
#block {
scrollbar-face-color: expression(runtimeStyle.scrollbarFaceColor = '#fff',
onmouseover = function() {this.className += ' hover'},
onmouseout = function() {this.className = this.className.replace(/ hover/g, '')}
);
}
#block.hover div { /* для Internet Explorer 6 */
display: block
}
</style>
<![endif]-->