div.forPagination
{
    margin-bottom: 60px;
    height: 30px;
    text-align: center;
    position: relative;
    margin: auto;
    width: 160px;
}
div.pagBlock
{
    background: url("../images/sp_lile.png") center left no-repeat;
    padding-left: 3px;
}
div.pagBlock1
{
    background: url("../images/sp_liri.png") center right no-repeat;
    padding-right: 3px;
}
div.pagBlock2
{
    background: url("../images/sp_lice.png") center left repeat-x;
    height: 30px;
    line-height: 30px;
}
div.pagBlock2 a.circ
{
    display: inline-block;
    color: #fefefe;
    font-size: 14px;
    line-height: 30px;
    width: 30px;
    height: 30px;
    background: url("../images/sp_circ.png") center center no-repeat;
    text-decoration: none;
    text-align: center;
}
div.pagBlock2 a.circ:hover{
    background: url("../images/sp_circ_h.png") center center no-repeat;
}
div.pagBlock2 a.circ.active
{
    display: inline-block;
    color: #209c9a;
    font-size: 14px;
    line-height: 30px;
    width: 30px;
    height: 30px;
    background: url("../images/sp_circ1.png") center center no-repeat;
    text-decoration: none;
    text-align: center;
}
a.absPagLeft
{
    background: url("../images/pa_leftarrow.png") center center no-repeat;
    width: 17px;
    height: 17px;
    overflow: hidden;
    position: absolute;
    left: -40px;
    top: 6px;
}
a.absPagRight
{
    background: url("../images/pa_rightarrow.png") center center no-repeat;
    width: 17px;
    height: 17px;
    overflow: hidden;
    position: absolute;
    right: -40px;
    top: 6px;
}