﻿*
        {
            margin: 0px;
            padding: 0px;
            border: 0px;
        }
        
        
        #banner
        {
            position: relative;
            width: 505px;
            height: 505px;
            font-size: 16px;
        }
        #banner_list img
        {
            border: 0px;
        }
        #banner_bg
        {
            position: absolute;
            bottom: 0px;
            background-color: #000;
            height: 30px;
            filter: Alpha(Opacity=30);
            opacity: 0.3;
            z-index: 1000;
            cursor: pointer;
            width: 505px;
            top: 475px;
        }
        #banner_info
        {
            position: absolute;
            top: 480px;
            left: 5px;
            height: 22px;
            color: #fff;
            z-index: 1001;
            cursor: pointer;
            font-size: 14px;
        }
        #banner ul
        {
            position: absolute;
            list-style-type: none;
            filter: Alpha(Opacity=80);
            opacity: 0.8;
            z-index: 1002;
            margin: 0;
            padding: 0;
            height: 20px;
            top: 450px;
        }
        #banner ul li
        {
            padding: 0 8px;
            line-height: 18px;
            float: left;
            display: block;
            color: #FFF;
            background-color: #000;
            cursor: pointer;
            margin: 0;
            font-size: 15px;
            margin-left: 5px;
        }
        #banner_list a
        {
            position: absolute;
        }
        
        html
        {
            overflow-x: hidden;
            overflow-y: auto;
        }
        body
        {
            overflow-x: hidden;
            overflow-y: auto;
        }
        
        div.Contents
        {
            width: 1535px;
            height: auto;
            position: absolute;
        }
        
        
        div.imgDiv
        {
            float: left;
            width: 250px;
            height: 250px;
            margin-top: 5px;
            position: relative;
            text-align: center;
            font-size: 16px;
            margin-left: 5px;
        }
        div.imgDiv img.SmallPIC
        {
            width: 250px;
            height: 250px;
            cursor: pointer;
        }
        
        div.imgDiv img.SmallPIC2
        {
            cursor: pointer;
        }
        
        
        div.FourSmallDiv
        {
            width: 123px;
            height: 123px;
            float: left;
        }
        .FourSmallPIC
        {
            width: 123px;
            height: 123px;
        }
        .FourSmallPIC2
        {
            cursor: default;
        }
        
        
        
        
        
        div.Bdiv
        {
            width: 505px;
            height: 505px;
            position:absolute;
            z-index:9999999;
            top:5px;
            left:260px;
        }
        
        div.Bdiv img.BigPIC
        {
            width: 505px;
            height: 505px;
        }

