#kkpager {
    clear: both;
    color: #999;
    text-align: center;
    margin: 60px 0;
}

#kkpager a {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    cursor: pointer;
    background: #fff;
    text-decoration: none;
    color: #999;
    border-radius: 100%;
    font-size: 20px;
    margin: 0 10px;
    vertical-align: middle;
}

#kkpager a:first-child {
    background-image: url("../images/N-and-F01.png")
}

#kkpager a:last-child {
    background-image: url("../images/N-and-F04.png")
}

#kkpager a:first-child,
#kkpager a:last-child {
    margin: 0 30px;
}

#kkpager a:first-child:hover {
    background-image: url("../images/N-and-F03.png")
}

#kkpager a:last-child:hover {
    background-image: url("../images/N-and-F06.png")
}

#kkpager span.disabled {
    display: inline-block;
    width: 30px;
    height: 30px;
    vertical-align: middle;
}

#kkpager span.curr {
    display: inline-block;
    /* padding: 3px 10px 3px 10px; */
    margin: 0 2px;
    background: #4394d0;
    color: #fff;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 100%;
    font-size: 20px;
    vertical-align: middle;
}

#kkpager a:hover {
    /* border: 1px solid #08263d; */
    background-color: #4394d0;
    color: #fff;
}

#kkpager span.normalsize {}

#kkpager_gopage_wrap {
    position: relative;
    left: 0px;
    top: 0px;
    margin: 0 5px;
}

#kkpager_btn_go {
    width: 44px;
    height: 25px;
    border: 0px;
    overflow: hidden;
    line-height: 140%;
    padding: 0px;
    margin-left: 5px;
    text-align: center;
    cursor: pointer;
    background-color: #4394d0;
    color: #FFF;
    position: absolute;
    left: 0px;
    top: -5px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    display: none;
}

#kkpager_btn_go_input {
    width: 36px;
    height: 20px;
    color: #999;
    text-align: center;
    margin-left: 1px;
    margin-right: 1px;
    /* border: 1px solid #DFDFDF; */
    position: relative;
    /*-moz-border-radius: 3px;
	-webkit-border-radius: 3px;*/
    left: 0px;
    top: -4px;
    outline: none;
}

#kkpager_btn_go_input.focus {
    border-color: #4394d0;
}

#kkpager .pageBtnWrap span:first-child {
    margin-right: 30px;
    background-image: url("../images/N-and-F02.png");
}

#kkpager .pageBtnWrap span:last-child {
    margin-left: 30px;
    background-image: url("../images/N-and-F05.png");
}

#kkpager .infoTextAndGoPageBtnWrap {
    display: none;
    float: right;
}

#kkpager .spanDot {
    display: inline;
    margin-right: 5px;
}

#kkpager .currPageNum {
    color: #FD7F4D;
}

#kkpager .infoTextAndGoPageBtnWrap {
    padding-top: 5px;
}