.pagination {
            font-size: 80%;
        }
        
.pagination a {
    text-decoration: none;
	color: #d78002;
}

.pagination a, .pagination span {
    display: inline-block;
    padding: 0.3em 0.5em;
    margin-right: 5px;
	margin-bottom: 5px;
}
.pagination a.prev {
	 text-indent: -9000px; 
	text-align:left;
	background:url(../images/btn_prev.png) no-repeat top left; 
	width:16px; 
	}
.pagination a.next {
	text-indent: -9000px;
	text-align:left;
	background:url(../images/btn_next.png) no-repeat top right;
	width:16px;
	}
.pagination span.prev {
	text-indent: -9000px;
	text-align:left;
	background:url(../images/btn_prev2.png) no-repeat top left;
	width:16px;
	}
.pagination span.next {
	text-indent: -9000px;
	text-align:left;
	background:url(../images/btn_next2.png) no-repeat top right;
	width:16px;
	}	
.pagination .current {
    color:#fff;
}

.pagination .current.prev, .pagination .current.next{
	color:#fff;
}
#Pagination {
	display:block;
	float:right;
	clear:left;
	margin:50px 0 0;
	width:640px;
	text-align:right;
}