
/********************************
 * generic als elements styling
 ********************************/
.als-container {
	position: relative;
	width: 90px;
	margin: 0px auto;
}

.als-containerGallery {
	position: relative;
	width: 990px;
	margin: 0px auto;
}
.als-containerGallery2 {
	position: relative;
	width: 690px;
	margin: 0px auto;
}

.als-viewport {
	position: relative;
	overflow: hidden;
	margin: 0px auto;
}

.als-wrapper {
	position: relative;
	list-style: none;
	width:500px;
	
}

.als-item {
	position: relative;
	display: block;
	text-align: center;
	cursor: pointer;
	float: left;
}

.als-prev, .als-next {
	position: absolute;
	cursor: pointer;
	clear: both;
}
.als-prev1, .als-next1 {
	position: absolute;
	cursor: pointer;
	clear: both;
	width:20px;
	height:40px;
}

/**************************
 * specific als elements
 * styling for #lista1
 **************************/

