/********************************
 * generic als elements styling
 ********************************/
.als-container {
	position: relative;
	width: 755px;
	margin: 0px auto;
}

.als-viewport {
	position: relative;
	overflow: hidden;
	margin: 0px auto;
	margin-left:70px;
}

.als-wrapper {
	position: relative;
	list-style: none;
	height: 89px;
	width: 3000px;
}

.als-item {
	position: relative;
	display: block;
	float: left;
	
}

.als-prev, .als-next {
	position: absolute;
	cursor: pointer;
	clear: both;
}


/**************************
 * specific als elements
 * styling for #lista1
 **************************/

#lista1 {
	margin: 23px auto 0px 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: 51px;
	width: 15px;
	height: 22px;
}

#lista1 .als-prev {
	left: 52px;
}

#lista1 .als-next {
	right: 33px;
}
