﻿  .HS10, .HS15 {
            overflow: hidden;
            clear: both;
        }

        .HS10 {
            height: 10px;
        }

        .HS15 {
            height: 15px;
        }

        .Hidden {
            display: none;
        }

        .Clearer {
            display: block;
            clear: both;
            font-size: 1px;
            line-height: 1px;
            margin: 0;
            padding: 0;
        }

        .FlLeft {
            float: left;
        }

        .FlRight {
            float: right;
        }
        /*幻灯片区域背景*/
        .MainBg {
            width: 800px;
            margin: 0 auto;
        }
        /*标题和页码*/
        .Title {
            color: #000;
            padding: 5px 20px 0 20px;
            text-align: center;
            line-height: 40px;
            height: 40px;
        }

            .Title h1 {
                display: inline;
            }

            .Title .Counter {
                color: #666;
            }

            .Title .CounterCurrent {
                color: #C00;
                font-size: 20px;
                font-weight: bold;
            }
        /*灰色分隔线*/
        .SpaceLine {
            border-bottom: 1px solid #ddd;
            height: 1px;
            font-size: 1px;
        }
        /*大图展示区域*/
        .OriginalPicBorder {
            padding: 15px 15px 0 15px;
        }

        #OriginalPic {
            width:770px;
            overflow: hidden;
            position: relative;
            font-size: 12px;
        }

            #OriginalPic img {
                display: block;
                margin: 0 auto;
            }
        /*鼠标手势*/
        .CursorL {
            position: absolute;
            z-index: 999;
            width: 50%;
            height: 600px;
            color: #FFF;
            left: 120px;
        }

        .CursorR {
            position: absolute;
            z-index: 999;
            width: 50%;
            height: 600px;
            color: #FFF;
            right: 0;
        }
        /*小图预览和滑动*/
        .SliderPicBorder {
            width: 700px;
            height: 600px;
            overflow: hidden;
        }

        .Summary {
            line-height: 20px;
            display: block;
            width: 750px;
            margin-right: 10px;
            color: #666;
            overflow: hidden;
            background-color: #f2f2f2;
            padding: 10px;
        }

     
        .ThumbPicBorder {
            width: 800px;
            margin: 0 auto;
        }
        .jCarouselLite{overflow:hidden}
        #ThumbPic li{float:left;display:inline-block;}

        #ThumbPic img {
            border: 3px solid #ddd;
            cursor: pointer;
            background-color: #666;
            margin: 0 4px;
            width: 130px;
            height: 80px;
            display: block;
        }

            #ThumbPic img.active {
                border: 3px solid #FF9900;
            }