#pagesize {
	width: 100%;
	height: 40px;
	cursor: pointer;
	font-size: 14px;
	text-align: center;
	margin: 35px auto 15px auto;
}
#pagesize ul {
	margin: 0 auto;
	padding: 0;
	display: table;
}
#pagesize li {
	display: inline-block;
}
#pagesize li a {
	height: 30px;
	line-height: 30px;
	color: #333;
	list-style: none;
	text-align: center;
	font-weight: normal;
	margin: 0 5px 0 5px;
	background: #F5F5F5;
	padding: 7px 12px 7px 12px;
	border: 1px solid #DF221A;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}
#pagesize li a:hover {
	height: 30px;
	line-height: 30px;
	color: #FFF;
	list-style: none;
	text-align: center;
	font-weight: normal;
	padding: 7px 12px 7px 12px;
	border: 1px solid #DF221A;
	background-color: #DF221A;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}
#pagesize li a.active {
	height: 30px;
	line-height: 30px;
	color: #FFF;
	list-style: none;
	text-align: center;
	font-weight: normal;
	padding: 7px 12px 7px 12px;
	border: 1px solid #DF221A;
	background-color: #DF221A;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}
#pagesize span {
	height: 30px;
	line-height: 30px;
	color: #FFF;
	font-weight: bold;
	text-align: center;
	margin: 0 5px 0 5px;
	padding: 7px 12px 7px 12px;
	border: 1px solid #DF221A;
	background-color: #DF221A;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}