#pages {
	font: 14px arial;
	white-space: nowrap;
	margin: 30px 0 40px 0;
}

#pages a {
	display: inline-block;
	vertical-align: text-bottom;
	text-decoration: none;
	overflow: hidden;
	margin-right: 9px;
	background-color: #fff;
}

#pages a span {
	width: 34px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	border: 1px solid #e1e2e3;
	cursor: pointer;
	display: block;
}

#pages a:hover span {
	background-color:#f2f8ff;
	border:1px solid #38f;
}

#pages p {
	vertical-align: text-bottom;
	text-decoration: none;
	overflow: hidden;
	margin-right: 9px;
	background-color: #fff;
	display: inline-block;
	*display:inline;
	*zoom:1;
}

#pages p span {
	width: 36px;
	height: 36px;
	line-height: 36px;
	display: block;
	text-align: center;
	cursor: default;
}

#pages span.selected {
	color: #fff;
	background-color:#38f;
}

#pages span.prev {
	width: auto;
	padding: 0 10px;
	_float: left;
}

#pages span.next {
	width: auto;
	padding: 0 10px;
	_float: left;
}

#pages p span.prev {
	color: #ccc;
}

#pages p span.next {
	color: #ccc;
}
