#content_ft { position: relative; margin: 30px auto; width: 640px; }

/********************************
 * generic als elements styling
 ********************************/
.als-container {position: relative;	width: 640px; 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_ft { width:100%; margin: 0 auto; /*background:#fff;*/  overflow:hidden;}
#lista1_ft .als-item { min-height: 80px; min-width: 146px; padding:10px 10px 0px 10px;}
#lista1_ft .als-item img {position:relative; display: block; vertical-align: middle;}
#lista1_ft .als-prev {position:absolute;display:block;left:20px;top:10px;width:22px;height:80px; z-index:30;}
#lista1_ft .als-next {position:absolute;display:block;right:33px;top:10px;margin-left:0px;width:22px;height:80px;  z-index:30;}
