﻿.picMarquee-left {
    width: 100%;
    overflow: hidden;
    position: relative;
}

    .picMarquee-left .hd {
        position: absolute;
        height: 0;
        z-index: 2;
    }

        .picMarquee-left .hd .prev, .picMarquee-left .hd .next {
            display: block;
            width: 32px;
            height: 33px;
            float: left;
            margin-right: 0px;
            margin-top: 75px;
            overflow: hidden;
            cursor: pointer;
        }

        .picMarquee-left .hd .next {
            background-position: 0 -50px;
            float: left;
            margin-left: 1136px;
        }

        .picMarquee-left .hd .prevStop {
            background-position: -60px 0;
        }

        .picMarquee-left .hd .nextStop {
            background-position: -60px -50px;
        }

    .picMarquee-left .bd {
        padding: 0 50px;
        height: 198px;
    }

        .picMarquee-left .bd ul {
            overflow: hidden;
            zoom: 1;
        }


            .picMarquee-left .bd ul li {
                margin: 0 10px;
                float: left;
                _display: inline;
                overflow: hidden;
                text-align: center;
                width: 200px;
                height: 198px;
            }

                .picMarquee-left .bd ul li .pic {
                    text-align: center;
                    width: 200px;
                    height: 156px;
                }

                    .picMarquee-left .bd ul li .pic img {
                        width: 200px;
                        height: 156px;
                        display: block;
                    }

                .picMarquee-left .bd ul li .title {
                    width: 200px;
                    height: 42px;
                    line-height: 42px;
                    color: #808080;
                    font-size: 12px;
                    background: #fff;
                }

                    .picMarquee-left .bd ul li .title a {
                        width: 200px;
                        height: 42px;
                        line-height: 42px;
                        color: #808080;
                        font-size: 12px;
                        float: left;
                    }
