@charset="gb2312";
#yd1 { overflow: hidden; border: 0px dashed #CCC; width: 710px; height: 258px; margin: 10px auto;}

#i_yd { float: left; width: 800%; }
#yd2 { float: left; }
#yd3 { float: left; }

.yd { width: auto; height: 180px; margin-right: 5px; float: left; }
    .yd .images { padding: 2px; text-align: center; border: 1px solid #ddd; }
        .yd .images a { width: auto; height: 180px; display: block; }
        .yd .images img { max-width: 380px; max-height: 180px; _width: expression((this.offsetWidth > 380) ? "380px" : this.offsetWidth + "px" ); _height: expression((this.offsetHeight > 180) ? "180px" : this.offsetHeight + "px" ); }
    .yd .name {  width: auto;  height: 60px; line-height: 30px; text-align: center; background: #e9f6ed;  }
        .yd .name a { color: #090; font: 14px/30px "Microsoft YaHei","宋体"; text-decoration: none; display: block; }
            .yd .name a:hover { color: #f60; text-decoration: none; display: block; }
