﻿@charset "utf-8";
/* CSS Document */
/* 威邦网络科技  www.cnwei.net */

#demo { float: right; margin: 0px auto; padding-top: 18px; width: 680px; height: 150px; overflow: hidden; }

#indemo { float: left; width: 800%; }
#demo1 { float: left; }
#demo2 { float: left; }
.move { width: 126px; height: 146px; margin-right: 5px; float: left; }
    .move .images { padding: 2px; text-align: center; border: 1px solid #ddd; }
        .move .images a { width: 120px; height: 120px; display: block; }
        .move .images img { max-width: 120px; max-height: 120px; _width: expression((this.offsetWidth > 120) ? "120px" : this.offsetWidth + "px" ); _height: expression((this.offsetHeight > 120) ? "120px" : this.offsetHeight + "px" ); }
    .move .name { width: 126px; height: 20px; line-height: 20px; text-align: center; }
        .move .name a { color: #333; text-decoration: none; display: block; }
            .move .name a:hover { color: #f60; text-decoration: none; display: block; }