/********************************
 * generic als elements styling
 ********************************/
.als-container {
	position: relative;
	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;
	cursor: pointer;
}


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

.gallery-ctn {
	margin: 0px auto 0px auto;
	
}

.gallery-ctn .als-item{
	margin: 14px 12px 14px;
	height: 84px;
	width: 150px;
	display: block;
}

.gallery-ctn .als-item img {
	position: relative;
	display: block;
	vertical-align: middle;
	margin-bottom: 8px;
}

.gallery-ctn .als-prev, .gallery-ctn .als-next {
	top: 40px;
	width: 17px;
	height: 32px;
	display: block;
}

.gallery-ctn .als-prev {
	left: 10px;
}

.gallery-ctn .als-next {
	right: 10px;
}