.pagination a {
	display: inline-block;
	height: 20px;
	width: 20px;
    color: #303030;
	text-align: center;
	text-decoration: none;
	font-family: Times, 'Times New Roman', Georgia, Palatino; /* ATTN: need a better font stack */
	font-weight: bold;
	font-size: 16px;
	outline: none;
	vertical-align: middle;
}

.pagination a.disabled, .pagination a.disabled:hover, .pagination a.disabled:focus, .pagination a.disabled:active {
    color: #CDCDCD;
}

.pagination a:first-child {
	border-radius: 2px 0 0 2px;
	-moz-border-radius: 2px 0 0 2px;
	-webkit-border-radius: 2px 0 0 2px;
}

.pagination a:last-child {
	border-radius: 0 2px 2px 0;
	-moz-border-radius: 0 2px 2px 0;
	-webkit-border-radius: 0 2px 2px 0;
}

.pagination a {
	border-right: 1px solid #CDCDCD; 
	border-left: 1px solid #CDCDCD;   
}

.pagination a:first-child {
	border: none;
}

.pagination a:last-child {
	border: none;
}

.pagination input {
	border: none;
	float: left;
	text-align: center;
	height: 20px;
	outline: none;
	vertical-align: middle;
	width: 120px;
	padding: 0;
	margin: 0;
}

/* readymade Page class */
.readymadePage.pagination 
{
    width: 100%;
	margin: 5px 0;
}

.readymadePage.pagination a {
    height: 151px;
    width: 20px;
    font-size: 50px;
    line-height: 140px;
}

.readymadePage.previous {
    padding: 0 5px 0 0;
}

.readymadePage.next {
    padding: 0 0 0 5px;
    /*float: right;*/
}

/* gigantic class */
/*
.gigantic.pagination {
	margin: 10px 0;
}

.gigantic.pagination a {
	height: 30px;
	width: 30px;
	font-size: 20px;
	line-height: 20px;
}

.gigantic.pagination input {
	width: 300px;
	height: 30px;
	font-size: 20px;
}
*/
/* label collections Page class */
/*
.labelCollections.pagination 
{
    width: 100%;
	margin: 5px 0;
}

.labelCollections.pagination a {
    height: 110px;
    width: 20px;
}

.labelCollections.previous 
{
    height: 130px !important;
    width: 20px;
    font-size: 50px;
    line-height: 130px;
    padding: 0 5px 0 0;
}

.labelCollections.next 
{
    position: static;
    display: inline-block;
    
    height: 130px !important;
    background: none;
    width: 20px;
    font-size: 50px;
    line-height: 130px;    
}
*/