.pager .l-left {
	float:left;
	width:50%;
	text-align: left;
}

.pager .l-right {
	float:left;
	width:50%;
	text-align: right;
}

.pager .prev_button {
	display: inline-block;
	width: 121px;
	height: 39px;
	background: url('../img/previous_button.png') no-repeat 0 0;
	color: transparent;
	font-size:0/0;
}

.pager .next_button {
	display: inline-block;
	width: 121px;
	height: 39px;
	background: url('../img/next_button.png') no-repeat 0 0;
	color: transparent;
	font-size:0/0;
}


.clearfix:after {
	content: "";
	display: table;
	clear: both;

	overflow: auto;
}


