ul.simplePagerNav {
    overflow: hidden;
    margin:0 0 0px;
}
ul.simplePagerNav li.currentPage {
	/*background: red;
    background: #FF9500;*/
   background:#db3c14;
   color:#fff !important;
   text-decoration: none;	
}
ul.simplePagerNav li.currentPage a {
	/*background: red;
    background: #FF9500;*/
   background:#db3c14;
   color:#fff !important;
   text-decoration: none;	
}
ul.simplePagerNav a{
    color:#858585;
    font-size:15px;
    float: left;
    height:30px;
    line-height:30px;
    padding:0 11px;
    border-radius:2px;
    -webkit-border-radius:2x;
}

ul.simplePagerNav li{
    /*background:#db3c14;*/
    color:#fff;
    font-size:15px;
    float: left;
    height:30px;
    line-height:30px;
    /*padding:0 11px;*/
    border-radius:2px;
    -webkit-border-radius:2x;
}

ul.simplePagerNav a:hover{
    background:#f7f6f5;
    text-decoration: none;
}


ul.simplePagerNav li:last-child span {
   color: Red;
   overflow: hidden;
    margin:0 0 20px;
}
