
.pagination
{max-width: 200px;text-align:center;
margin: 0 auto;
}
.pagination a {
	display: inline-block;
	padding: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	background: url(../image/page_a_1.png) no-repeat;
	overflow:hidden;
	text-indent:-9999px;
	outline: none;
	-moz-outline: none;
}
.pagination a:hover {
	background: url(../image/page_a_2.png) no-repeat;
	overflow:hidden;
	text-indent:-9999px;
	outline: none;
	-moz-outline: none;
}
.pagination span {
	display: inline-block;
	padding: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	background: url(../image/page_a_2.png) no-repeat;
	overflow:hidden;
	text-indent:-9999px;
}
.pagination span:hover {
	background:none;
}
.pagination .prev {
	background: url(../image/page_prev1.png) no-repeat 5px 5px;
	margin-right: 12px;
	text-indent:-9999px;
	height: 45px;
	width: 45px;
	overflow:hidden;
	outline: none;
	-moz-outline: none;
}
.pagination .prev:hover {
	background: url(../image/page_prev2.png) no-repeat 5px 5px;
	margin-right: 12px;
	text-indent:-9999px;
	height: 45px;
	width: 45px;
	overflow:hidden;
	outline: none;
	-moz-outline: none;
}
.pagination .next {
	background: url(../image/page_next1.png) no-repeat 5px 5px;
	margin-left: 12px;
	text-indent:-9999px;
	height: 45px;
	width: 45px;
	overflow:hidden;
	outline: none;
	-moz-outline: none;
}
.pagination .next:hover {
	background: url(../image/page_next2.png) no-repeat 5px 5px;
	margin-left: 12px;
	text-indent:-9999px;
	height: 45px;
	width: 45px;
	overflow:hidden;
	outline: none;
	-moz-outline: none;
}
