/********************************
 * generic als elements styling
 ********************************/
.als-container {
	position: relative;
	width:960px;
	margin-left:16px;
}

.als-viewport {
	position: relative;
	overflow: hidden;
	margin: 0px auto;
}

#als-viewport_0 {
	width:920px !important;
}

.als-wrapper {
	position: relative;
	list-style: none;
	padding:0px 0px 0px 0px;
	margin:0px;
}

.als-item {
	position: relative;
	display: block;
	text-align: center;
	cursor: pointer;
	float: left;
	padding:0px 0px;
}
.als-prev, .als-next {
	position: absolute;
	cursor: pointer;
	clear: both;
}


/**************************
 * specific als elements
 * styling for #lista1
 **************************/

#lista1 {
	margin: 0px auto 0px auto;
}

#lista1 .als-item {
	margin: 0px 0px;
	min-height: 57px;
}

#lista1 .als-item img {
	position: relative;
	display: block;
	vertical-align: middle;
	margin-bottom: 0px;
}

#lista1 .als-prev, #lista1 .als-next {
	top: 0px;
	width: 5px;
	*margin-left:-20px;
	height: 57px;
}
@media only screen and (max-width: 980px) {
#lista1  {
	width:100% !important;
}
#als-viewport_0 {
	width:944px !important;
	margin:0px auto !important;
	float:none;
}
.als-container {
	width:100% !important;
}
}
@media (max-width: 480px) {
	#lista1  {
		width:100% !important;
	}
#als-viewport_0 {
	width:240px !important;
	margin:0px auto !important;
	float:none;
}
}
@media screen and (max-width: 640px) and (min-width: 481px) {
	#lista1  {
		width:100% !important;
	}
#als-viewport_0 {
	width:350px !important;
	margin:0px auto !important;
	float:none;
}
}