@charset "utf-8";
.pagination{ width:auto;float:right; height:30px; line-height:30px; margin:10px 10px 10px 0px; font-size: 12px; text-align: center; cursor: default;}
.pagination a{ color:#000; display:inline-block; width:32px; height:30px; background:url('images/pagination.png') no-repeat -68px top; float:left;}
.pagination a:hover{ color:#F30;}
.pagination .rowcount{float:left; margin:8px 10px; color:#AAA;}
	.pagination .rowcount b{ font-weight:normal; color:#777;}
.pagination .firstPage{ display:inline-block; width:34px; height:30px; background:url('images/pagination.png') no-repeat left top; float:left;}
.pagination .previous{ display:inline-block; width:33px; height:30px; background:url('images/pagination.png') no-repeat -34px top; float:left;}
.pagination .disabled_firstpage{ display:inline-block; width:34px; height:30px; background:url('images/pagination.png') no-repeat left -30px; float:left;}
.pagination .disabled_previous{ display:inline-block; width:33px; height:30px; background:url('images/pagination.png') no-repeat -34px -30px; float:left;}
.pagination .nextPage{ display:inline-block; width:33px; height:30px; background:url('images/pagination.png') no-repeat -159px top; float:left;}
.pagination .lastPage{ display:inline-block; width:33px; height:30px; background:url('images/pagination.png') no-repeat -192px top; float:left;}
.pagination .disabled_nextpage{ display:inline-block; width:33px; height:30px; background:url('images/pagination.png') no-repeat -159px -30px; float:left;}
.pagination .disabled_lastpage{ display:inline-block; width:33px; height:30px; background:url('images/pagination.png') no-repeat -192px -30px; float:left;}
.pagination .current{ display:inline-block; width:32px; height:30px; background:url('images/pagination.png') no-repeat -68px -30px; float:left;}
.pagination .slh{ display:inline-block; width:58px; height:30px; background:url('images/pagination.png') no-repeat -101px 0px; float:left;}
.pagination .csrowcount{ display:inline-block; width:120px; height:30px; float:left;}