ul.simplePagerNav{
    margin:0 !important;
    height:50px;
    background-color:#631201;
}

ul.simplePagerNav li{
   
    padding: 10px;
    list-style:none;
    float:left; 
}

ul.simplePagerNav li a{
    color:yelow;
    text-decoration: none;
}

li.currentPage {
	background: red;
    background: #FF9500;	
}

ul.simplePagerNav li.currentPage a {
	color: #fff;	
}

ul.simplePagerNav li a {
	color: #fff;	
}