ul.listaEditori ,
ul.listaAutori {
	list-style:none;
	float:left;
	display:inline;
	padding:0;
	margin:0;
	width:100%;
}
	ul.listaEditori li ,
	ul.listaAutori li {
		float:left;
		margin: 0 1.44% 25px 1.44%;
		padding:0 0.4% 0 0;
		width:30%;
	}
		ul.listaEditori li a ,
		ul.listaAutori li a {
			float:left;
			border-radius:5px;
			background:url(../img_default/editore_icon.png) no-repeat 5px center #f0f0f0;
			background-size:30px 30px;
			border:solid 1px #ddd;
			color:#666;
			height: 80px;
			line-height: 80px;
			text-indent: 90px;
			width:100%;
			padding:0 0 0 0;
			overflow:hidden;
			white-space:nowrap;
			text-overflow:ellipsis;
			text-decoration:none;
			position:relative;
		}
		ul.listaAutori li a {
			background:url(../img_default/autore_icon.png) no-repeat 5px center #f0f0f0;
			background-size: 70px 70px;
		}
		ul.listaEditori li a:hover ,
		ul.listaAutori li a:hover {
			background:url(../img_default/editore_icon.png) no-repeat 5px center #fff;
			background-size:30px 30px;
			border:solid 1px #bbb;
			color:#333;
		}
		ul.listaAutori li a:hover {
			background:url(../img_default/autore_icon.png) no-repeat 5px center #fff;
			background-size: 70px 70px;
		}
			ul.listaAutori li a span {
				position:absolute;
				top:5px;
				left:5px;
				width: 70px;
				height: 70px;
				overflow:hidden;
				background:#ddd;
			}
				ul.listaAutori li a span img {
					position:absolute;
					left:0;
					top:0;
					width:auto;
					height:auto;
					max-width:100%;
				}
ul.listaAutori li a div:last-of-type {
	display:none;
}
				
/*
.alphabeticalRange {
	display:flex;
	width:auto;
	margin:0 auto 15px auto;
}
	.alphabeticalRange a {
		-webkit-flex: 1 1 auto;
		flex: 1 1 auto;
		text-align:center;
		padding:0 0;
		height:24px;
		width:24px;
		line-height:24px;
	}
	.alphabeticalRange span.selected {
		-webkit-flex: 1 1 auto;
		flex: 1 1 auto;
		text-align:center;
		padding:0 0;
		height:24px;
		width:24px;
		line-height:24px;
		border-radius:12px;
		font-weight:bold;
		color:#fff;
		background:#ccc;
	}
*/	
.alphabeticalRange {
	display:block;
	margin:0 auto 15px auto;
	text-align:center;
	font-size:0;
}
	.alphabeticalRange a {
		font-size:13px;
		display:inline-block;
		margin:2px 2px 2px 2px;
		text-align:center;
		padding:0 0;
		height:24px;
		width:4%;
		line-height:24px;
		text-decoration:none;
		background:#eee;
	}
	.alphabeticalRange a:hover {
		border-radius:12px;
	}
	.alphabeticalRange a.selected ,
	.alphabeticalRange span.selected {
		display:inline-block;
		text-align:center;
		padding:0 0;
		line-height:24px;
		border-radius:12px;
		font-weight:bold;
		color:#fff;
		background:#ccc;
		font-size: 13px;
		margin: 2px 2px 2px 2px;
		padding: 0 0;
		height: 24px;
		width: 4%;
		line-height: 24px;
		text-decoration: none;
	}



