.pagination {
margin:10px 0;
height:50px;
width: auto;
position:relative;
}

#content .pagination ul {
background: #eee;
border: 1px solid #eee;
margin:0;
padding:0;
overflow: hidden;
height: 44px;
list-style-type:none;
}


.pagination .pgn8Label {
background: #fff;
display:block;
width:auto;
float:none;
font-size: 12px;
line-height: 19px;
}

.pagination .first, .pagination .last {
width:50px;
position: absolute;
top: 0px;
}

.pagination .first{
left:0;
}


.pagination .last{
right:0;
}

.pagination span {
display:block; 
float:left;
}

span.pages {
height:34px;
}


#content .pagination li {
margin-bottom :0;
}

.pagination ul li {
float:left;
font-size: 11px;
height:22px;
line-height:25px;
margin:0px;
padding:0px;
overflow:hidden;
text-align:center;
/* width: 9.95%; */
width: 10%;
}

span.active {
width: 100%;
display:block;
text-align:center;
background:#fff;
color: #999;
font-weight: bold;
}


.pagination a {
display:block;
width: 100%;
height: 100%;
text-decoration:none;

}
.pagination a:hover {
background:#f8f8f8;
text-decoration:none;
}