

.pager_row a {
	font-size: 12px;
	cursor: pointer;
	margin-right: 25px;
	color: #333;
	line-height: 30px;
}

.pager_row a:hover {
	background-color: #222;
	color: #fff;
	
}

.pager_row a.jp-previous { margin-right: 15px; display: width:29px; height:29px; display: inline-block; background: url(/images/back.gif) no-repeat; display: none;
}
.pager_row a.jp-next { margin-left: 15px; width:29px; height:29px; display: inline-block; background: url(/images/next.gif) no-repeat; display: none; }

.pager_row a.jp-current, a.jp-current:hover { 
	color: #000;
	font-weight: bold;
	margin-right: 25px;
}

.pager_row a.jp-disabled, a.jp-disabled:hover {
	color: #000;
}

.pager_row a.jp-current, a.jp-current:hover,
.pager_row a.jp-disabled, a.jp-disabled:hover {
	cursor: default; 
	background: none;
}

.pager_row span { margin: 0 5px; }