
/********************************
 * generic als elements styling
 ********************************/
.als-container {
	position: relative;
	width: 100%;
	margin: 0px auto;
    
}

.als-viewport {
	position: relative;
	overflow: hidden;
	margin: 0px auto;
    padding-bottom:3px;
}

.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;
    z-index:999;
}

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


#lista1 .als-item {
	
	min-height: 140px;
	min-width: 249px;
	/*min-width: 50%;*/
	min-height: 50%;
    
}

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

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

#lista1 .als-prev {
	top:95px;
    left: 20px;
}

#lista1 .als-next {
    top:95px;
	right: 30px;
}