/********************************
 * 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;
	left:0;
	cursor: pointer;
	clear: both;
	width:100%;
}

/************************
 * specific als element
 * styling for #lista2
 ***********************/

#tempCart {
	margin-bottom: 0px;
}

#tempCart .als-item {
	margin: 0px;
	min-height: 63px;
	min-width: 66px;
}

#tempCart .als-item img {
	position: relative;
	display: block;
	padding-bottom:6px;
	vertical-align: middle;
	margin-bottom: 2px;
}

#tempCart .als-prev, #lista2 .als-next {
	
	height: 25px;
	text-align:center
}

#tempCart .als-prev {

}

#tempCart .als-next {

}

#tempCart .als-item {
	vertical-align: middle;
}