.pagination {
    height: 30px;
    text-align: center;
    display: inline-block;
    width:100%; 
    margin-top:1px; 
	font-family:Arial, Helvetica, sans-serif; 
}       
.pagination a { 
    border-color: #DDDDDD;
    border-style: solid;
    border-width: 1px 1px 1px 0px;
    color: #CC4400;
    display: inline-block; 
  *zoom: 1; 
    line-height: 28px;
    padding: 0 14px;
    text-decoration: none;  
}
.pagination a:hover,
.pagination .active a {
  background-color: #f5f5f5;
}

.pagination span { 
    border-color: #DDDDDD;
    border-style: solid;
    border-width: 1px 1px 1px 0px;
    color: #CC4400;
    display: inline-block; 
  *zoom: 1; height:28px;
    line-height: 28px;
    padding: 0 14px;
    text-decoration: none;
	text-align:center;
    background-color: transparent;
    color: #999999;
    cursor: default;     
}

.pagination .current {
    color: #999999;
    cursor: default;
}

.pagination .current.prev, .pagination .current.next{
	color:#999; 
	background:#fff; 	
}
.pagination .prev{
 
  border-left-width: 1px; 
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
  behavior: url(PIE.htc);
}
.pagination .next{
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
  behavior: url(PIE.htc);
}
