/********************************
 * generic als elements styling
 ********************************/

.als-container {
	position: relative;
	width:1080px;
	margin:0 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;
}


/**************************
 * specific als elements
 * styling for #lista1
 **************************/


#lista1 {
	width:1080px;
	
}


#lista1 .als-item {
	width:160px;
	text-align:center;
	margin: 0 4px;
	padding:0px;
	background:#ffffff;
	height:97px;
	line-height:70px;
	vertical-align:middle;
	
}

#lista1 .als-item img {
	max-width:160px;
	max-height:70px;
	margin:auto;
	padding:auto 0;
}


#lista1 .als-prev img, #lista1 .als-next img {
	padding:0px;
}
#lista1 .als-prev {
	top:0px;
	left:-0px;
}

#lista1 .als-next {
	top:0px;
	right:-0px;
}

