.tablePaging {
	width: 100%;
	border-spacing: 0px;
}
.controls {
	display: block;
	margin: auto;
	width: 30%;
}
.controls .controlImg {
	width: 24px;
	height: 24px;
	margin-bottom: -5px;
}
.controls .num {
	color: #2B3B85;
	font-weight: 700;
}
.controls .page_num_dis {
	color: #98a0ca;
	font-weight: 700;
	text-shadow: none;
	position: relative;
}
.controls #num {
	color: #ca532a;
	font-weight: 700;
	text-shadow: none;
	position: relative;
	top: -7px;
}
.controls_white {
	display: block;
	float: right;
	padding-top: 4px;
	height: 24px;
}
.controls_white .controlImg {
	width: 24px;
	height: 24px;
}
.controls_white .num {
	color: #fff;
	font-weight: 700;
	text-shadow: none;
	position: relative;
	top: -7px;
}
.controls_white .page_num_dis {
	color: #999;
	font-weight: 700;
	text-shadow: none;
	position: relative;
	top: -7px;
}
