.pager {
	border-top: 4px solid #f5f5f5;
	margin-top: 10px;
	padding-top: 13px;
	text-align: center;
	position: relative;
	font-size: 12px;
}
.pager .sip {
	margin-right: 13px;
}
.pager .sip-right {
	margin-left: 13px;
}
.pager .num {
	padding: 3px 7px;
	font-size: 14px;
	text-decoration: none;
	margin: 0px 3px;
	border:1px solid #e44545;
}
.pager .num.active {
	background: #e44545;
	color: white;
	margin: 0px -1px;
	
}
.pager .left {
	position: absolute;
	left: 0px;
	top: 13px;
}
.pager .right {
	position: absolute;
	right: 0px;
	top: 13px;
}