.quick-link {
    margin: 33px auto 0;
}
.quick-link page {
    width: 99%;
}
    .quick-link .link {
        width: 149px;
        height: 222px;
        float:left;
    }
        .quick-link .link a{
            position: relative;
            display: block;
            width: 149px;
            height: 222px;
        }
        .quick-link .link a span{
            position: absolute;
            top: 178px;
            width: 135px;
            padding: 0 7px;
            display: block;
            text-align: center;
            color: #fff;
            font-size: 15px;
            z-index: 50;
        }
            .quick-link .link .normal{
                position: absolute;
                width: 149px;
                height: 222px;
                z-index: 20;
            }
            .quick-link .link .hover{
                position: absolute;
                width: 149px;
                height: 222px;
                z-index: 25;
            }

    .quick-link .pageController {
        position: absolute;
        right: 0;
        top: 21px;
    }

    .quick-link .pageController .next,
    .quick-link .pageController .previous{
        display: block;
        width: 33px;
        height: 28px;
        background: url("../images/nav-botton-left.png") no-repeat;
        float: left;
    }
    .quick-link .pageController .previous:hover{
        background: url("../images/nav-botton-left-hover.png") no-repeat;
    }
    .quick-link .pageController .next{
        background: url("../images/nav-botton-right.png") no-repeat;
    }
    .quick-link .pageController .next:hover{
        background: url("../images/nav-botton-right-hover.png") no-repeat;
    }