
/********************************
 * generic als elements styling
 ********************************/
.als-container {
	position: relative;
	display:inline-block;
	overflow:hidden;
	width:568px;
	
}

.als-viewport {
	position: relative;
	overflow: hidden;
	
}

.als-wrapper {
	position: relative;
	list-style: none;
}

.als-item {
	position: relative;
	display: block;
	text-align: center;
	cursor: pointer;
	float: left;
}

.als-prev, .als-next {
	
}


/**************************
 * specific als elements
 * styling for #lista1
 **************************/

#lista1 {
	
}

#lista1 .als-item {
	
}

#lista1 .als-item img {
	position: relative;
	display:inline;
	vertical-align: middle;
	padding:3px;
	background:white;
	
}

#lista1 .als-prev, #lista1 .als-next {
	
}

#lista1 .als-prev {
	
}

#lista1 .als-next {
	
}
