/********************************
 * generic als elements styling
 ********************************/
.als-container {
	position: relative;
	width: 100%;
	margin: 0px auto;
	background-color: #EEE;
	padding: 30px 0;
	background-image: url(../../../images/bg_scroller.png);
	background-repeat: repeat-x;
	height: 135px;
}

.als-viewport {
	position: relative;
	overflow: hidden;
	margin: 0 auto;
	/* [disabled]background-color: #FF0; */
}

.als-wrapper {
	position: relative;
	list-style: none;
	margin: 0;
	padding: 0;
}

.als-item {
	position: relative;
	display: block;
	text-align: center !important;
	cursor: pointer;
	float: left;
}

.als-prev, .als-next {
	position: absolute;
	cursor: pointer;
	clear: both;
}


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

#lista1 {
	margin: 0 auto;
	margin-bottom: 10px;
}

#lista1 .als-item {
	margin: 0px 30px;
	/* [disabled]min-height: 128px; */
	/* [disabled]min-width: 128px; */
	/* [disabled]background-color: #0F0; */
	height: 128px;
	width: 128px;
}

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

#lista1 .als-prev, #lista1 .als-next {
	top: 40%;
	/* [disabled]width: 15px; */
	/* [disabled]height: 22px; */
	font-size: 80px;
	color: #CCC;
}

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

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