

/********************************
 * styling elementi als generico
 ********************************/
.als-container {
	position: relative;
	width: 100%;
	margin: 0px auto;
}

.als-viewport {
	position: relative;
	overflow: hidden;
	margin: 0px auto;
}

.als-wrapper {
	position: relative;
	list-style: none;
}

.als-item {
	position: relative;
	display: block;
	text-align: center;
	cursor: pointer;
	float: left;
}

.als-prev, .als-next {
	position: absolute;
	cursor: pointer;
	clear: both;
	z-index:2;
}


/**************************
 * styling elementi als
 * specifico lista1
 **************************/


#lista1 .als-prev, #lista1 .als-next {
	top: 80px;
	width: 15px;
	height: 22px;
}

#lista1 .als-prev {
	left: 10px;
}

#lista1 .als-next {
	right: 10px;
}


#lista2 .als-prev, #lista2 .als-next {
	top: 112px;
	width: 15px;
	height: 22px;
}

#lista2 .als-prev {
	left: 10px;
}

#lista2 .als-next {
	right: 10px;
}

#lista3 .als-prev, #lista3 .als-next {
	top: 80px;
	width: 15px;
	height: 22px;
}

#lista3 .als-prev {
	left: 10px;
}

#lista3 .als-next {
	right: 10px;
}



