.pagination {  font-family: Helvetica,Arial,sans-serif; font-size: 13px; text-align: center;  }
        
.pagination a {
	font-weight: bold;
	text-decoration: none; 
	color: #4a4a4a;
	border: 1px solid rgb(204, 204, 204) !important;
	/* -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; */
	
	/* background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0, #FDFDFD),
	color-stop(1, #D5D5D5)
);
	background-image: -o-linear-gradient(bottom, #FDFDFD 0%, #D5D5D5 100%);
	background-image: -moz-linear-gradient(bottom, #FDFDFD 0%, #D5D5D5 100%);
	background-image: -webkit-linear-gradient(bottom, #FDFDFD 0%, #D5D5D5 100%);
	background-image: -ms-linear-gradient(bottom, #FDFDFD 0%, #D5D5D5 100%);
	background-image: linear-gradient(to bottom, #FDFDFD 0%, #D5D5D5 100%); */
}

.pagination a, .pagination span {
    display: inline-block;
   /* float: left;*/
   	padding: 8px 12px;
    margin-right: 1px;
}

.pagination a:hover, .pagination a:active {
	background-color: rgb(170, 218, 20) !important;
	color: #FFF;
	border: 1px solid rgb(204, 204, 204) !important;
	/* -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; */
	
/* 	background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0, #FDFDFD),
	color-stop(1, #E7E7E7)
);
	background-image: -o-linear-gradient(bottom, #FDFDFD 0%, #E7E7E7 100%);
	background-image: -moz-linear-gradient(bottom, #FDFDFD 0%, #E7E7E7 100%);
	background-image: -webkit-linear-gradient(bottom, #FDFDFD 0%, #E7E7E7 100%);
	background-image: -ms-linear-gradient(bottom, #FDFDFD 0%, #E7E7E7 100%);
	background-image: linear-gradient(to bottom, #FDFDFD 0%, #E7E7E7 100%); */
}

.pagination .current {
	font-weight: bold;
	background-color: rgb(170, 218, 20) !important;
	color: #FFF;
	border: 1px solid rgb(204, 204, 204) !important;
	/* -webkit-border-radius: 3px; */
	/* -moz-border-radius: 3px; border-radius: 3px; */
}

.pagination .current.prev {
	font-weight: bold;
	text-decoration: none; 
	color: #FFF;
	/* background-color: #FDFDFD; */
	border: 1px solid rgb(204, 204, 204) !important;
	/* -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; */
	
/* 	background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0, #FDFDFD),
	color-stop(1, #D5D5D5)
);
	background-image: -o-linear-gradient(bottom, #FDFDFD 0%, #D5D5D5 100%);
	background-image: -moz-linear-gradient(bottom, #FDFDFD 0%, #D5D5D5 100%);
	background-image: -webkit-linear-gradient(bottom, #FDFDFD 0%, #D5D5D5 100%);
	background-image: -ms-linear-gradient(bottom, #FDFDFD 0%, #D5D5D5 100%);
	background-image: linear-gradient(to bottom, #FDFDFD 0%, #D5D5D5 100%); */
}

.pagination .current.next {
	font-weight: bold;
	text-decoration: none; 
	color: #FFF;
	border: 1px solid rgb(204, 204, 204) !important;
	/* -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; */
	
/* 	background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0, #FDFDFD),
	color-stop(1, #D5D5D5)
);
background-image: -o-linear-gradient(bottom, #FDFDFD 0%, #D5D5D5 100%);
background-image: -moz-linear-gradient(bottom, #FDFDFD 0%, #D5D5D5 100%);
background-image: -webkit-linear-gradient(bottom, #FDFDFD 0%, #D5D5D5 100%);
background-image: -ms-linear-gradient(bottom, #FDFDFD 0%, #D5D5D5 100%);
background-image: linear-gradient(to bottom, #FDFDFD 0%, #D5D5D5 100%); */
}

.pagination-text { color: #4a4a4a; font-size: 13px; padding-right: 25px; font-weight: bold; }
