ul.pageable{
	font-size: 11px;
	text-align: center;
	clear:both;
	margin: 0px;
	padding:0px;	
}
ul.pageable li{
	height:12px;
	margin:5px;
	display: inline;
	list-style-type: none;
}
ul.pageable li.prepages{
	
}
ul.pageable li.prepage{
	
}
ul.pageable li.currentpage{
	color:#555;
	font-weight: bold;
	margin-bottom: 7px;
}
ul.pageable li.otherpage{
	margin-bottom: 7px;
}
ul.pageable li.nextpage{
	
}
ul.pageable li.nextpages{
	margin-left: 10px;
}