.pagination { font-size: 100%; height: 18px; line-height: 18px; color: #292929; float: right; }
.pagination a, .pagination span { display: block; float: left; height: 18px; color: #292929; text-align: center; padding: 0px 6px; }
.pagination .current { color: #D71718; }
.pagination .prev, .pagination .next { color: #292929; }
.prev { background: url("../images/turnLeft.png") center center no-repeat; width: 20px; height: 18px; }
.next { background: url("../images/turnRight.png") center center no-repeat; width: 20px; height: 18px; }
