@charset "utf-8";
/* CSS Document */

#demo { overflow: hidden; border: 0px dashed #CCC; width: 370px; height: 140px; margin: 5px auto; }

#indemo { float: left; width: 800%; }
#demo1 { float: left; }
#demo2 { float: left; }

.move { width: 166px; height: 140px; margin-right: 5px; float: left; }
    .move .images { text-align: center; border: 1px solid #ddd; }
        .move .images a { width: 160px; height: 120px; display: block; }
        .move .images img { max-width: 160px; max-height: 120px; _width: expression((this.offsetWidth > 160) ? "160px" : this.offsetWidth + "px" ); _height: expression((this.offsetHeight > 120) ? "120px" : this.offsetHeight + "px" ); }
    .move .name { width: 170px; height: 18px; line-height: 18px; text-align: center; }
        .move .name a { color: #333; text-decoration: none; display: block; }
            .move .name a:hover { color: #f60; text-decoration: none; display: block; }