.pagination {
    clear:both;
    font-size:0.9em;
    line-height:13px;
    padding: 10px 0 50px 0px;
    margin:0 0 0px 0;
    position:relative;
}
 

.pagination span, .pagination a {
background: #DD4814;
background-attachment: scroll;
background-repeat: repeat-x;
color: #fff;
display:block;
float:left;
margin: 2px 2px 2px 0;
padding:6px 9px 5px 9px;
text-decoration:none;
width:auto;
}
 
.pagination a:hover{
    background: #DD4814;
color:#77216F;

}

.pagination .current{
background: #DD4814;
color:#77216F;
    padding:6px 9px 5px 9px;
    font-weight: bold;

   
}
