*{margin:0;padding:0;}

/********************************
 * generic als elements styling
 ********************************/
.als-container {
	width: 770px;
	height:200px;
}

.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;
	margin-top:10px;
}

/**************************
 * specific als elements
 * styling for #lista1
 **************************/

#lista1 {
	position:relative;
}

#lista1 .als-item {
	width: 150px;
	margin-right:18px;
	margin-left:10px;
	text-align:center!important;
}

.als-item p.product_name{
	width:150px!important;
	text-align:center;
	margin-bottom:5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}

.als-item p.button_product{
	background:#b50007;
	width:65px;
	height:25px;
	line-height:25px;
	margin:0 auto;
	border-radius:10px;
}

.als-item p.button_product a{
	color:#fff!important;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}

#lista1 .als-item p a{
	font-size:14px;
	color:#000;
}

#lista1 .als-item p a:hover{
	color:#F00;
}

.img_product{
	width:179px;
	height:125px;
	display: table-cell;
	text-align: center;
	vertical-align: middle;	
}

.img_product * {
    vertical-align: middle;
}

#lista1 .als-prev, #lista1 .als-next {
	width: 15px;
	height: 22px;
}

#lista1 .als-prev {
	position:absolute;
	cursor:pointer;
	left:15px;
	top:80px;
}

#lista1 .als-next {
	position:absolute;
	cursor:pointer;
	right:15px;
	top:80px;
}