/* CSS Document */
                .lb-con {
                    width: 295px;
                    height: 150px;
                    overflow: hidden;
                    position: relative;
                }

                .lb-imgs {
                    height: 150px;
                }

                .lb-imgs li {
                    width: 295px;
                    height: 150px;
                }

                .lb-imgs img {
                    display: block;
                    width: 295px;
                    height: 150px;
                }

                .lb-tit {
                    text-align: center;
                    position: absolute;
                    top: 0;
                    left: 0;
                    z-index: 11;
                    width: 295px;
                    height: 30px;
                    line-height: 30px;
                    overflow: hidden;
                    background: rgba(0, 0, 0, .5);
                    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#7F000000', endColorstr='#7F000000');
                }

                .lb-tit a {
                    color: #fff;
                    text-decoration: none;
                }

                .lb-nav {
                    position: absolute;
                    bottom: 15px;
                    right: 10px;
                    z-index: 222;
                    height: 10px;
                }

                .lb-nav span {
                    background: #696969;
                    float: left;
                    display: inline;
                    margin-left: 8px;
                    width: 16px;
                    height: 16px;
                    line-height: 16px;
                    text-align: center;
                    overflow: hidden;
                    cursor: pointer;
                    color: #fff;
                    -webkit-transition: all .2s linear;
                    -moz-transition: all .2s linear;
                    transition: all .2s linear;
                }

                .lb-nav span.on {
                    background: #f60;
                    width: 25px;
                }

