/********************************
 * generic als elements styling
 ********************************/
.als-container {
	position: relative;
	width: 100%;
	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;
}



/**************************
 #lista1
 **************************/

#lista1 {
	width: 850px;
	overflow:hidden;
	clear:both;
	margin-right: auto;
	margin-left: auto;
	height: 160px;
}

#lista1 .als-item {
	height: 160px;
	width: 362px;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align:left;
	color:#000;
	letter-spacing:0pt;
	padding-top: 10px;
}

#lista1 .als-item img {
}
#lista1 .als-prev, #lista1 .als-next {
	top: 0px;
	width: 15px;
	height: 22px;
	z-index:2;
}

#lista1 .als-prev {
	left: 0px;
	padding-top:60px;
	height: 90px;
	width: 60px;
}

#lista1 .als-next {
	right: 0px;
	padding-top:60px;
	height: 90px;
	width: 60px;
}
