.mypagination{
	height:30px;

	border:solid 1px #97DAF0;
	border-top:none;
	
}
.mypagination span{
	font-size:12px;
}
.page-first,.page-prev,.page-next,.page-last,.page-wait{
	padding:4px;
	border:0;
}
.mypagination .page-num{
	width:30px;
	border:1px solid #ccc;
	height:18px;
	line-height: 18px;
	text-align: center;
}


.mypagination table
{
	text-align: center;
	margin: 0 auto;
}


