﻿.flexslider {
    clear: both;
    position: relative;
    overflow: hidden;
    background: url(/images/fix-loading.gif) 50% no-repeat;
    width: 100%;
    margin: 0 auto;
}

    .flexslider li a {
        width: 100%;
        height: 100%;
        display: inline-block;
    }

    .flexslider .slides {
        position: relative;
        z-index: 1;
    }

        .flexslider .slides li {
            background-position: center;
            background-repeat: no-repeat;
            width: 100%;
        }

            .flexslider .slides li img {
                width: 100%;
            }

    .flexslider .flex-control-nav {
        position: absolute;
        z-index: 2;
        width: 100%;
        text-align: center;
        height: 10px;
        bottom: 15px;
    }

        .flexslider .flex-control-nav li {
            display: inline-block;
            width: 10px;
            height: 10px;
            margin: 0 5px;
            *display: inline;
            zoom: 1;
            list-style-type: none;
        }

        .flexslider .flex-control-nav a {
            display: inline-block;
            width: 10px;
            height: 10px;
            line-height: 35px;
            overflow: hidden;
            background: url(/MobileShop/Resource/images/dot.png) right 0 no-repeat;
        }

        .flexslider .flex-control-nav .flex-active {
            background-position: 0 0;
        }
