﻿.jPaginate{
    height:34px;
    position:relative;
    color:#a5a5a5;
    font-size:small;   
	width:100%;
}
.jPaginate a{
    line-height:15px;
    height:18px;
    cursor:pointer;
    padding:2px 6px;
    margin:2px;
    float:left;
}
.jPag-control-back{

}
.jPag-control-front{

}
.jPaginate span{
    cursor:pointer;
}
ul.jPag-pages{
    float:left;
    list-style-type:none;
    margin:0px 0px 0px 0px;
    padding:0px;
}
ul.jPag-pages li{
    display:inline;
    float:left;
    padding:0px;
    margin:0px;
}
span.jPag-current{
    cursor:default;
    font-weight:normal;
    line-height:15px;
    height:18px;
    padding:5px;
    float:left;
}
span.jPag-total{
    cursor:default;
    font-weight:normal;
    line-height:15px;
    height:18px;
    padding:5px;
    float:left;
}

.jPag-first{
    background:transparent url(https://fapda.apps.fao.org/ukraine/images/legendPageFirst.png) no-repeat center right;
}
.jPag-last{
    background:transparent url(https://fapda.apps.fao.org/ukraine/images/legendPageLast.png) no-repeat center right;  
}
.jPag-up{
    background:transparent url(https://fapda.apps.fao.org/ukraine/images/legendPageUp.png) no-repeat center left;
}
.jPag-down{
    background:transparent url(https://fapda.apps.fao.org/ukraine/images/legendPageDown.png) no-repeat center left;
}