
/********************************
 * generic als elements styling
 ********************************/
.als-container {
	position: relative;
	width: 600px;
	margin: 0px;
}

.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;
	font-size:85%;
	text-align:center;
	padding:4px;
}

.item_green{
 	background:#ade899;
}
.item_gray{
 	background:#ddd;
}

.item_lightgreen{
 	background:#eae3c5;

}

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


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

#lista1 {
	margin: 0px;
	width: 600px;
}

#lista1 .als-item {
	margin: 0px 4px 0px 0px;
	min-width: 95px;
	min-height: 160px;
}

#lista1 .als-item .back {
	position: relative;
	display: block;
	vertical-align: middle;
}

#lista1 .als-prev, #lista1 .als-next {
	top: 60px;
	width: 15px;
	height: 22px;
}

#lista1 .als-prev {
	left: 10px;
	margin-right:5px;
}

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

