#pagesize {
	padding: 0px;
	font-family: Noteworthy, Arial, sans-serif;
	font-size: 14px;
	margin: 20px auto;
}

#pagesize a, #pagesize span , #pagesize input {
	float: left;
	color: #333;
	font-size: 13px;
	line-height: 24px;
	font-weight: normal;
	text-align: center;
	border: 1px solid #ccc;
	border-right: none;
	min-width: 14px;
	padding: 2px 9px;
	box-shadow: 2px 2px 2px rgba(0,0,0,0.3);
	background: #f9f9f9;
}

#pagesize input {
	width: 30px;
	background: #fff
}

#pagesize a:hover {
	text-decoration: none;
	background: #008cd6;
    color: #fff;
    border: 1px solid #008cd6;
}


#pagesize .prev {
	border-radius: 3px 0 0 3px;
}

#pagesize .next {
	border-right: 1px solid #AAA;
	border-radius: 0 3px 3px 0;
}

#pagesize .active {
	background: #ccc;
	cursor: default;
}

#pagesize .nolink {
	color: #ccc;
	cursor: default;
}
