﻿
/********************************
 * generic als elements styling
 ********************************/
.als-container {
	border:1px solid #ccc;
	position: relative;
	width: 978px;
	height:108px;
}

.als-viewport {
	position: relative;
	overflow: hidden;
	min-width:895px !important;  margin-left:50px; min-height:82px !important;
}

.als-wrapper {
	position: relative;
	list-style: none; width: 980px; min-height:82px !important;
}

.als-item {
	position: relative; 
	display: block;
	text-align: center;
	cursor: pointer;
	float: left;
	width:200px;
	min-height:82px !important; 
}

.als-prev, .als-next {
	position: absolute;
	cursor: pointer;
	clear: both;
}


/**************************
 * specific als elements
 * styling for #lista1
 **************************/

#lista1 {
	margin: 0 auto;
}

#lista1 .als-item {
	margin: 0px 0px 30px 5px;
	min-height:82px !important;
	width: 200px; 	border:1px solid #ccc; 

}

#lista1 .als-item img {
	position: relative;
	display: block;
	vertical-align: middle; 
}

#lista1 .als-prev, #lista1 .als-next {
	top: 40px;
	width: 15px;
	height: 22px;
}

#lista1 .als-prev {
	left: 0px;
}

#lista1 .als-next {
	right: 0px; 
}
