@charset "utf-8";


#easyPaginate {width:100%;padding-bottom: 50px;}
#easyPaginate img {display:block;margin-bottom:10px;}
.easyPaginateNav a {
	padding:10px;
	background:#6EA4E0;
	margin: 0 5px;
	color: #fff;
}
.easyPaginateNav a:hover{
	background: #476B93;
}
.easyPaginateNav a.current {
	font-weight:bold;
	background: #476B93;
}

.easyPaginateNav{
	text-align:center !important;
	float: left !important;
width: 100% !important;
position: relative !important;
z-index: 99;
}