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


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

#lista1 {
}

#lista1 .als-item {
	margin: 0px 20px;
	 width:249px;
     height:406px;
}

#lista1 .als-item .img {
	width:249px; 
    height:356px;
}
#lista1 .als-item .img {
	width:249px; 
    height:356px;
}
#lista1 .als-item .na {
	width:249px; 
    height:50px;
    line-height:50px; 
    overflow:hidden;
}

#lista1 .als-prev, #lista1 .als-next {
	top: 50%;
    margin-top:-37px;
	width: 38px;
	height: 74px;
}

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

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

@media screen and (max-width: 1280px){
    #lista1 .als-prev {
	left: 0;
}

#lista1 .als-next {
	right: 0;
}
}
