
/********************************
 * generic als elements styling
 ********************************/
.als-container {
	position: relative;
	width:auto;
	margin: 0;
	padding:0 25px 0 10px;

}

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

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

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

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


/**************************
 * specific als elements
 * styling for #lista1
 **************************/

#lista1 {
width:720px;
margin:0;
padding:21px 25px 0 35px;}

#lista1 .als-item {}

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

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

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

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

/************************
 * specific als element
 * styling for #lista2
 ***********************/

 #lista13 {
width:720px;
margin:0;
padding:21px 25px 0 35px;}

#lista13 .als-item {}

#lista13 .als-item img {
	position: relative;
	display: block;
	vertical-align: middle;
}

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

#lista13 .als-prev {
	left:5px;
}

#lista13 .als-next {
	right:8px;
}
