﻿/*------------------change page start------------------*/
.changepage_ul
{
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.changepage_ul li
{
    margin-top: 4px;
    margin-left: 2px;
    height: 13px;
    float:left;
}

.changepage_first
{
    background: url( "../../images/changepagebutton.gif" ) no-repeat left top;
    margin-top: 4px;
    height: 13px;
    width: 18px;
    background-position: 2px 3px;
    cursor: pointer;
}

.changepage_first_no
{
    background: url( "../../images/changepagebutton.gif" ) no-repeat left top;
    margin-top: 4px;
    height: 13px;
    width: 18px;
    background-position: 2px -14px;
}


.changepage_prev
{
    background: url( "../../images/changepagebutton.gif" ) no-repeat left top;
    margin-top: 4px;
    height: 13px;
    width: 18px;
    background-position: -19px 3px;
    cursor: pointer;
}

.changepage_prev_no
{
    background: url( "../../images/changepagebutton.gif" ) no-repeat left top;
    margin-top: 4px;
    height: 13px;
    width: 18px;
    background-position: -19px -14px;
}

.changepage_next
{
    background: url( "../../images/changepagebutton.gif" ) no-repeat left top;
    margin-top: 4px;
    height: 13px;
    width: 18px;
    background-position: -43px 3px;
    cursor: pointer;
}


.changepage_next_no
{
    background: url( "../../images/changepagebutton.gif" ) no-repeat left top;
    margin-top: 4px;
    height: 13px;
    width: 18px;
    background-position: -43px -14px;
}


.changepage_last
{
    background: url( "../../images/changepagebutton.gif" ) no-repeat left top;
    margin-top: 4px;
    height: 13px;
    width: 18px;
    background-position: -61px 3px;
    cursor: pointer;
}

.changepage_last_no
{
    background: url( "../../images/changepagebutton.gif" ) no-repeat left top;
    margin-top: 4px;
    height: 13px;
    width: 18px;
    background-position: -61px -14px;
}

.changepage_gotopage
{
    margin-top: 1px;
    width: 30px;
    height: 15px;
    border: 1px solid #D4D0C8;
    margin-right: 4px;
    text-align: center;
}
/*------------------change page end--------------------*/