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

.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 als elements
 * styling for #lista1
 **************************/

#lista1 {
	margin: 0;
	padding: 20px 0;
	background-color: #0C84BE;
}

#lista1 .als-item {
	margin: 0px 30px;
	min-height: 152px;
	min-width: 128px;
}

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

.als-item span{
	background-color: #FFF;
	color: #004463;
	opacity: 0.8;
	display: block;
	margin: 0 0 6px 0;
	padding: 0px 10px;
	font-size: 0.95em;
	border-radius: 10px;
}


#lista1 .als-prev, #lista1 .als-next {
	top: 36%;
	width: 25px;
	height: 62px;
	border-radius: 10px;
	background-color: #FFF;
	z-index: 1;
}

#lista1 .als-prev i, #lista1 .als-next i{
	color: #0A83BE;
	line-height: 62px;
	text-align: center;
	font-size: 2.3em;
}

#lista1 .als-prev i{
	margin: 0 0 0 4px;
}


#lista1 .als-next i{
	margin: 0 0 0 7px;
}

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

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