.paging {
	width: 100%;
	height: 30px;
	line-height: 30px;
	position: relative;
}
.paging .resultsDesc {
	float: left;
}
.paging .rightNav {
	float: right;
	margin-right: 15px;
}
.paging .rightNav span {
	margin-left: 15px;
	/*display: inline-block;*/
}
.paging .rightNav .prevNext {
	cursor: hand;
	cursor: pointer;
	position: relative;
	top: 2px;
}
.paging img.go {
	position: relative;
	top: 5px;
	_top: 4px;
}