@CHARSET "UTF-8";
.page-area{
	width:770px;
	height:37px;
	background: #f1f1f1;
	margin: 40px auto;
	text-align:center;
	padding-top:9px;
}
.page-area a{
	cursor:pointer;
}

.page-area1{
	width:542px;
	height:39px;
	background: #f1f1f1;
	margin: 40px auto;
	margin-left: 28px;
	text-align:center;
	padding-top:9px;
}
.page-area1 a{
	cursor:pointer;
	text-decoration: none;
	color: #474747;
	font-weight: bold;
}

.btn-prev-normal{
	width:30px;
	height:30px;
	display:inline-block;
	background:url("../images/btn_prev_normal.gif");
	line-height:30px;
}
.btn-prev{
	width:30px;
	height:30px;
	display:inline-block;
	background:url("../images/btn_prev.gif");
	line-height:30px;
}

.btn-page-normal{
	width:30px;
	height:30px;
	text-align:center;
	line-height:30px;
	display:inline-block;
	color:black;
	background:url("../images/btn_page.gif") no-repeat;
}
.btn-page-current{
	width:30px;
	height:30px;
	line-height:30px;
	display:inline-block;
	color:white;
	background:url("../images/btn_page_current.gif") no-repeat;
}
.btn-next-normal{
	width:30px;
	height:30px;
	display:inline-block;
	background:url("../images/btn_next_normal.gif");
	line-height:30px;
}
.btn-next{
	width:30px;
	height:30px;
	display:inline-block;
	background:url("../images/btn_next.gif");
	line-height:30px;
	
}