/*css manu style pagination*/
.manu{padding:10px;text-align:center; font-size: 14px; clear: both;}
.manu a{color:#111;text-decoration:none; display: inline-block; border-radius: 50%; margin:2px; background: #eeeeee;  width: 42px; height: 42px; text-align: center; line-height: 42px;}
.manu a:hover{color:#fff; background: #00a7eb;}


.manu .current{color:#fff; display: inline-block; border-radius: 50%; margin:2px; background: #00a7eb; width: 42px; height: 42px; text-align: center; line-height: 42px;}
.manu .disabled{margin:2px;color:#ddd;}

.manu .page {  display: inline-block; border-radius: 10px; margin:2px; background: #eeeeee;  width: 100px; height: 42px; text-align: center; line-height: 42px;}