.pagination {
            font-size: 80%;text-align: right;
        }

p {
margin:0px !important;
}
        
.pagination a {
    
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #ddd;
    margin-right: 2px;
    padding: 6px 12px;
    text-decoration: none;
     color: #333;
    text-shadow: none !important;
}
.pagination a:hover{
    
  background: none repeat scroll 0 0 #555;
    border-color: #444;
    color: #fff;
    text-decoration: none;
}

.pagination a, .pagination span {
   
   
    margin-right: 5px;
	margin-bottom: 5px;
	text-align:center;
}

.pagination .current {
    border: medium none;
    font-size: 13px;
    font-weight: bold;
    padding: 10px;
    color:black;
    margin-right:5px;
}

   .pagination .current.next,.pagination a.next {
       margin-right:0px !important;
    }

.pagination .current.prev, .pagination .current.next{
	color:#999;
	border-color:#999;
	background:#fff;
}
