.pagination {
	font-family: segoe-condensed-regular, segoe-condensed-regular-ie, segoe-condensed-regular, segoe-condensed-regular-ie-ie, arial narrow; 
	font-size: 10pt;
	padding:0 !important;
	margin-right:20px !important;
	min-height:0px !important;
}
        
.pagination a {
    text-decoration: none;
	color: #6d9dc1;
}

.pagination a:hover {
    text-decoration: none;
	color: #6a6a69;
}

.pagination a, .pagination span {
    float: left;
    padding: 0 10px;
}

.pagination .current {
    color: #000;
	font-weight:bold;
}

.pagination .current.prev, .pagination .current.next{
	color:#999;
	font-weight:normal;
}

a.next {
	display: block;
	background: url(../img/elements/freccetta_blu.png) no-repeat right 50%;
	padding-right: 15px;
	padding-bottom: 1px;
	margin-top:1px;
	font-family: segoe-condensed-regular, segoe-condensed-regular-ie, segoe-condensed-regular, segoe-condensed-regular-ie-ie, arial narrow; 
	font-size:13px;
	color: #6d9dc1;
	text-decoration: none;
	line-height:100% !important;
}  

/* trbl */
a.next:hover {
	color: #6a6a69;
	background: url(../img/elements/freccetta_grigia.png) no-repeat right 50%;
}  

a.prev {
	display: block;
	background: url(../img/elements/larrow_blue.png) no-repeat left 50%;
	padding-left: 15px;
	padding-bottom: 1px;
	margin-top:1px;
	font-family: segoe-condensed-regular, segoe-condensed-regular-ie, segoe-condensed-regular, segoe-condensed-regular-ie-ie, arial narrow; 
	font-size:13px;
	color: #6d9dc1;
	text-decoration: none;
	line-height:100% !important;
}  

a.prev:hover {
	color: #6a6a69;
	background: url(../img/elements/larrow_gray.png) no-repeat left 50%;
}  

/*
<div id="Pagination" class="pagination" style="float:right; margin:0; margin-top:20px;">
	<span class="current prev">Precedente</span>
	<span class="current">1</span>
	<a href="#">2</a>
	<a href="#">3</a>
	<a href="#">4</a>
	<a class="next" href="#">Successivo</a>
</div>
*/