﻿.middle
        {
            height: 700px;
            background: no-repeat right bottom;
            background-color: #FFFFFF;
        }
        .hotTag .bysLink
        {
            width: 257px;
            margin: 0 auto 20px;
            height: 25px;
            display: block;
            background: url(/2009/2010zhuanqu_ha.png) no-repeat left top;
        }
        .hotTag .bysLink:hover
        {
            background: url(/2009/2010zhuanqu_ha.png) no-repeat left bottom;
        }
        #slider, #slider *
        {
            margin: 0;
            padding: 0;
            text-decoration: none;
            list-style: none;
            font-size: 12px;
            line-height: 1.5em;
            border: none;
        }
        #slider
        {
            margin: 0 auto; /* position:relative*/
        }
        #slider li
        {
            width: 340px;
            height: 45px;
            overflow: hidden;
        }
        p#controls
        {
            position: relative;
            width: 420px;
            height: 45px;
            margin: 0;
            /*position: absolute;*/
            top: 0;
        }
        #prevBtn
        {
            display: block;
            float: left;
            margin: 5px 0 0;
            overflow: hidden;
            width: 33px;
            height: 33px;
        }
        #nextBtn
        {
            display: block;
            float: right;
            margin: 5px 0 0;
            overflow: hidden;
            width: 33px;
            height: 33px;
        }
        #prevBtn a
        {
            display: block;
            width: 33px;
            height: 33px;
            background: url(/images/btn-left.gif) no-repeat 0 0;
        }
        #nextBtn a
        {
            display: block;
            width: 33px;
            height: 33px;
            background: url(/images/btn-right.gif) no-repeat 0 0;
        }
