


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

.als-viewport {
	position: relative;
	overflow: hidden;
	margin: 0;
	padding: 20px 0;
	height: 100px;
	
	
}

.als-wrapper {
	position: relative;
	list-style: none;
	height: 60%;
	padding: 10px 0 0 0;
	overflow: hidden;
}

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

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


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

#lista1 {
	margin: 60px auto 80px auto;
}

#lista1 .als-item {
	margin: 0px 30px;
	min-height: 140px;
	min-width: 128px;
}

#lista1 .als-item img {
	position: relative;
	display: block;
	vertical-align: middle;
	margin-bottom: 8px;
}

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

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

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

/************************
 * styling elementi als
 * specifico lista2
 ***********************/

#lista2 {
height: 80%;
margin: 10% 0 0 0 ;
	
	
}

#lista2 .als-item {

width: 100%;
margin-top: 12px;
}

#lista2 .als-item img {
	position: relative;
	display: block;
	vertical-align: middle;
	margin-bottom: 8px;
}

#lista2 .als-prev, #lista2 .als-next {
	left: 50%;
	width: 22px;
	height: 15px;
}

#lista2 .als-prev {
	top: -25px;
}

#lista2 .als-next {
	bottom: 0px;
}

#lista2 .als-item {
	vertical-align: middle;
}

