@charset "utf-8";
/* CSS Document */

/*--------------------------------------------------------- Page */
.page {
	clear: both;
	text-align: center;
	padding: 5px 0;
	font-size:1em;
	position:relative;
	height:40px;
	text-align:center;
	margin:15px auto;
}
.page ul{
	width:670px;
	margin:0px auto;
	
	}
.page ul li{
	width:37px;
	height:37px;
	display:block;
	float:left;
	margin:0px 8px;
	}
.page ul li a{
	width:37px;
	height:37px;
	display:block;
	background:url(../images/page_num_bg.gif) no-repeat left top;
	text-align:center;
	line-height:37px;
	color:#999;
	}
.page ul li a:hover{
	background:url(../images/page_num_bg.gif) no-repeat left -37px;
	color:#333;
	
	}
.page ul li a.here{
	width:37px;
	height:37px;
	display:block;
	background:url(../images/page_num_bg.gif) no-repeat left -74px;
	text-align:center;
	line-height:37px;
	color:#FFF;
	}
.page ul li a.next{
	background:url(../images/page_arrow_next.gif) no-repeat left 0px;
	}
.page ul li a.next:hover{
	background:url(../images/page_arrow_next.gif) no-repeat left -37px;
	}
.page ul li a.prev{
	background:url(../images/page_arrow_prev.gif) no-repeat left 0px;
	}
.page ul li a.prev:hover{
	background:url(../images/page_arrow_prev.gif) no-repeat left -37px;
	}