a.btn2, a.navigategallery {
	text-decoration: none;
	color:#fff;	
	margin:0;	
	padding:4px 6px;
	font-size:10px;
	letter-spacing:1px;
	background:#3F3F3F;
	border:1px solid #3F3F3F;
}
a.btn2:hover, a.activecat, a.navigategallery:hover {
	/*display:none;*/	
	background:#F49223;
	color:#fff;
    border:1px solid #F49223;
	
}

#paginazione {
	/*	*/	
	margin:10px 0;
	clear: both;
	text-align:center;
}
#paginazione a {
/*	text-indent:-9999px;*/
}
.next, .prev {
	/*height:32px;*/
	/*padding:5px!important;*/
	margin:0!important;
	
}
.prev {
	width:81px;	
	/*float:left;
	display:block!important;
	*/
}
.next {
	width:81px;	
	/*float:right;
	display:block !important;
	*/
}

.disable {
	display:none !important;
	
	text-decoration: none;
	color:#444444;
	font-size:10px;
	letter-spacing:1px;
	background-color:#000;
	background-image:none;
	border:1px solid #444444;
	margin:2px;
	padding:2px 7px;
}
