*{margin:0;padding:0;}

/********************************
 * generic als elements styling
 ********************************/
.als-container {
	width: 575px;
	margin: 0px auto;
	padding-top:10px;
}

.als-viewport {
	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;
}

/**************************
 * specific als elements
 * styling for #lista1
 **************************/

#lista1 {
	position:relative;
}

#lista1 .als-item {
	margin-left:5px;
	padding:2px;
	width: 167px;
	text-align:center!important;
}

#lista1 .als-item h1 a{
	font-size:14px;
	color:#000;
    font-weight: 100!important;
}

#lista1 .als-item h1 a:hover{
	color:#F00;
    font-weight: 100!important;
}

#lista1 .als-item img {
	border: 1px solid #CCC;
    height: 170px;
    width: 160px;
	margin-bottom:10px;
}

#lista1 .als-prev, #lista1 .als-next {
	width: 15px;
	height: 22px;
}

#lista1 .als-prev {
	position:absolute;
	cursor:pointer;
	left:5px;
	top:92px;
}

#lista1 .als-next {
	position:absolute;
	cursor:pointer;
	right:5px;
	bottom:105px;
}