div.pager {
    text-align: left;
    margin: 1em 0;
}

div.pager span {
    display: inline-block;
    width: 1.8em;
    height: 1.8em;
    line-height: 1.8;
    text-align: center;
    cursor: pointer;   
    margin-right: 0.5em;
        margin-bottom: 6px;

    background: #216aaf;
    -moz-border-radius: 20px;
	/*border-radius: 10px;*/
}

div.pager span.ui-state-active {

    background: none;
    color: #83b9eb;
}

div.pager span.number {
    background: none;
    color: #83b9eb;
    
}

div.pager span.active {
    background: #216aaf;
    color:#fff;
}


