
.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;
	cursor: pointer;
	clear: both;
}


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

#lista1 {
	margin:35px auto 15px auto;
}

#lista1 .als-item {
	margin: 0px 5px 0px 6px;
	min-height: 350px;
	min-width: 240px;
	background:url(../images/li-bg.jpg) no-repeat center bottom;
    position:relative;
}

.left-shadow{
	width:6px;
	height:48px;
	background: url(../images/left-shadow.jpg) no-repeat right bottom;
	position:absolute;
	left:-6px;
	top:121px;
	z-index:999999999;}

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

#lista1 .als-prev, #lista1 .als-next {
	top: 40%;
	width: 15px;
	height: 39px;
	display:none;
}

#lista1 .als-prev {
	left: 0px;
}

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

/************************
 * specific als element
 * styling for #lista2
 ***********************/

#lista3 {
	margin-bottom: 0px;
}

#lista3 .als-item {
	margin: 0px 0px 0px 0px;
	min-height: 150px;
	min-width: 140px;
	position:relative;
	padding:5px 0px 0px 10px;
	
}

#lista3 .als-item h3{
	font-family:'webfontregular';
	font-size:18px;
	color:#626262;
	text-transform: capitalize;
	text-align:left;
	margin:5px 0px 5px 0px !important;
	
}



.als-container03 {
	position: relative;
	width:150px;
	float:left;

}

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

#lista3 .als-prev, #lista3 .als-next {
	width: 30px;
	height: 21px;
	top:185px;
	right:0px;
}

#lista3 .als-prev {
	bottom: 0px;
	left:180px;
	z-index:99999999;
}

#lista3 .als-next {
	bottom:0px;
	right:-90px;
}

#lista3 .als-item {
	vertical-align: middle;
}

