
/********************************
 * generic als elements styling
 ********************************/
.als-container {
	position: relative;
	width: 510px;
	/*margin: 0px auto;*/
	height:320px;
}

.als-viewport {
	position: relative;
	overflow: hidden;
	/*margin: 0px auto;*/
	height:320px;
	width: 510px;
	
}

.als-wrapper {
	position: relative;
	list-style: none;
}

.als-item {
	position: relative;
	display: block;
	text-align: center;
	cursor: pointer;
	float: left;
}

.als-item span{ display:block; width:300px; height:27px; text-align:center; padding-top:5px;  color:#5b5a5a;}

.als-prev, .als-next {
	position: absolute;
	cursor: pointer;
	clear: both;
	
}


/**************************
 * specific als elements
 * styling for #lista1
 **************************/

/*
#lista1 {
	margin: 0 auto;
}
*/
#lista1 .als-item {
	padding:0 0 0 0;
	height:320px;
	width: 510px;
	
}

#lista1 .als-item img {
	position: relative;
	display: block;
	vertical-align: middle;
	margin-bottom: 0px;
	height: 320px;
	width: 510px;
	border:0px solid #ccc;
}

#lista1 .als-prev, #lista1 .als-next {
	top: 20px;
	width: 15px;
	height: 33px;
}

#lista1 .als-prev {
	left: 7px;
}

#lista1 .als-next {
	right: 7px;
}

