.pager {
	text-align: right;
	margin-bottom: 10px;
	width: 675px;
}
.pager li {
	list-style: none;
	display:inline;
	/* float:left; */
	color: #008990;
}
.pager .pager-cur {
	border-bottom: solid 2px #008990;
}
.pager li a {
	color: #008990 !important;
}
.pager li a, .pager li a:hover {
	text-align: center;
	text-decoration: none !important;
	font-weight: normal !important;
	padding: 3px 5px 2px 5px !important;
}
.pager li a:hover {
	background-color: #008990 !important;
	color: #fff !important;
}
.pager li.pager-cur {
	padding: 3px 5px 2px 5px !important;
}
.pager li.clear {
	display: block;
	float: none !important;
	line-height: 0;
	font-size: 0;
	height: 0;
	clear: both;
	width: 100%;
}