@charset "UTF-8";
.als-container {
	position: relative;
	width: 1024px;
	margin: 0px auto;
}

.als-viewport {
	position: relative;
	overflow: hidden;
	/* margin: 0px auto; */

}

.als-wrapper {	
	float: left;
	margin-top:30px;
	height:100px;
	position: relative;
	list-style: none;
}

.als-item {
	position: relative;
	display: block;
	text-align: left;
	cursor: pointer;
	float: left ;
}

.als-prev, .als-next {
	position: absolute;
	cursor: pointer;
	clear: both;
}


/**************************
 * specific als elements
 * styling for #lista1
 **************************/

#lista1 {
	/* padding-bottom:15px; */
	 
}

#lista1 .als-item {
	width:120px;
	height:100px;
	margin:0 12px;
   
	
}

#lista1 .als-item img {
	display: block;
	vertical-align: middle;
	margin-bottom: 0px;
}


/*
#lista1 .als-prev, #lista1 .als-next {
	top: 58px;
	width: 15px;
	height: 22px;
	z-index:999
}

#lista1 .als-prev {
	left: -1px;
}

#lista1 .als-next {
	right: 25px;
}
*/