.prevset {
	background-image: url('/CNV/Images/layout/prevset.png');
	background-repeat: no-repeat;
	background-position: center center;
}

a.prevset {
	background-image: url('/CNV/Images/layout/prevset-link.png');
	background-repeat: no-repeat;
	background-position: center center;
}

.nextset {
	background-image: url('/CNV/Images/layout/nextset.png');
	background-repeat: no-repeat;
	background-position: center center;
}

a.nextset {
	background-image: url('/CNV/Images/layout/nextset-link.png');
	background-repeat: no-repeat;
	background-position: center center;
}

.prev {
	background-image: none;
	background-repeat: no-repeat;
	background-position: center center;
}
a.prev {
	background-image: none;
	background-repeat: no-repeat;
	background-position: center center;
}
.next {
	background-image: none;
	background-repeat: no-repeat;
	background-position: center center;
}
a.next {
	background-image: none;
	background-repeat: no-repeat;
	background-position: center center;
}

a.prev:hover,
a.next:hover {
	color: #00467f;
	text-decoration: none;
}

.pagination {
	font-size: 12px;
	line-height: 12px;
}
.pagination a {
	color:#4e89bd;
	font-size:12px;
	line-height:12px;
}

.pagination a:hover {
	color: #00467f;
	text-decoration:none;
}

.pagination a.next,
.pagination a.prev,
.pagination .next,
.pagination .prev {
	color: transparent;
    display: block;
    float: left;
    font-size: 12px;
    height: 13px;
    line-height: 12px;
    width: 13px;		
	padding: 2px 3px;
}
  

.pagination span,
.pagination a {
	float: left;
	height: 13px;
    width: 14px;
	padding: 4px 2px 0;
}
