ul.als-wrapper{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}

#als-content {
	position: relative;
	margin: 50px auto;
	width: 100%;
}

/*************************************
 * generic styling for ALS elements
 ************************************/

.als-container {
	position: relative;
	width: 100%;
	margin: 0px auto;
	z-index: 0;
}

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

.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;
}
/*************************************
 * specific styling for #lista1
 ************************************/

#lista1 {
	margin: 40px auto;
}

#lista1 .als-item {
	margin: auto 40px;
	min-height: 330px;
	min-width: 330px;
}

#lista1 .als-item img {
	display: block;
	margin: 0 auto;
	vertical-align: middle;
}

#lista1 .als-prev, #lista1 .als-next {
	top: 118px;
	width: 15px;
	height: 22px;
        z-index: 9999;
}

#lista1 .als-prev {
	left: 2.3%;
}

#lista1 .als-next {
	right: 3.15%;
}