.lista {
	position: relative;
	width: 445px;
	height: 90px;
	display:block;
	overflow:hidden;
}
.lista .left, .lista .right {
	position: absolute;
	width: 12px;
	height: 87px;
	line-height: 87px;
	overflow: hidden;
	text-decoration: none;
	display:block;
	margin-top:3px;
	outline:0;
	background-color:#ffffff;
}
.lista .left {
	top: 0;
	left: 0;
	z-index: 2;
	background-image:url('img/arrow_left.gif');
	background-repeat:no-repeat;
	background-position:top center;
}
.lista .left:hover {
	background-image:url('img/arrow_left.gif');
	background-repeat:no-repeat;
	background-position:center center;
}
.lista .left-disabled{
	background-image:url('img/arrow_left.gif');
	background-repeat:no-repeat;
	background-position:bottom center;
	cursor:default;
	top: 0;
	left: 0;
	z-index: 2;
	position: absolute;
	width: 15px;
	height: 87px;
	line-height: 87px;
	overflow: hidden;
	text-decoration: none;
	display:block;
	margin-top:3px;
	outline:0;
}

.lista .right {
	top: 0;
	left: 100%;
	margin-left: -12px;
	z-index: 1;
	background-image:url('img/arrow_right.gif');
	background-repeat:no-repeat;
	background-position:top center;

}
.lista .right:hover {
	background-image:url('img/arrow_right.gif');
	background-repeat:no-repeat;
	background-position:center center;
}
.lista .right-disabled{
	background-image:url('img/arrow_right.gif');
	background-repeat:no-repeat;
	background-position:bottom center;
	cursor:default;
	position: absolute;
	width: 12px;
	height: 87px;
	line-height: 87px;
	overflow: hidden;
	text-decoration: none;
	display:block;
	margin-top:3px;
	outline:0;
	top: 0;
	left: 100%;
	margin-left: -12px;
	z-index: 1;
}


.lista .galeria-scroll-area {
	position: relative;
	overflow: hidden;
	width: 415px;
	height: 99px;
	z-index: 0;
	margin-left:15px;
}
.lista #galeria-scroll {
	position: absolute;
	top: 0;
	left: 0;
	width: 999999999999px !important;
	height: 99px;
}
.lista #galeria-scroll span {
	background-color: #e4e2d3;
	width: 131px;
	height: 87px;
	overflow: hidden;
	display: block;
	float: left;
	margin:3px;
}
