#pagesize{padding:8px;font-family: Arial, sans-serif; font-size: 10px;}

#pagesize a, #pagesize span {
	    font-size: 16px;
    color: #707070;
    font-weight: 600;
    height: 40px;
    width: 40px;
    display: block;
    text-align: center;
    line-height: 40px;
    border-radius: 1000px;
    -webkit-border-radius: 1000px;
    -moz-border-radius: 1000px;
    margin-right: 5px;
    border: 1px solid #b7bec5;
	display: inline-block;
	background: #fff;
}

#pagesize a:hover {
	    background: #f26522;
    border-color: #f26522;
    color: #fff;
}

#pagesize .prev {
	border-radius: 3px 0 0 3px;
}

#pagesize .next {
	border-right: 1px solid #AAA;
	border-radius: 0 3px 3px 0;
}

#pagesize .active {
	    background: #f26522;
    border-color: #f26522;
    color: #fff;
}
#pagesize .nolink
{
	color: #ccc;
	cursor: default;
}
