/* SLIDER HOME */
#slider_home {
	width: 999px;
	height: 237px;
}

#slider_home ul {
	position: relative;
}

#slider_home li {
	list-style-type: none;
	position: absolute;
	top: 0;
	left: 0;
}

#slider_home img {
	border: 0px;
}
/* FI SLIDER HOME */

/* SLIDER RESTA PLANES */
#slider_resta {
	width: 999px;
	height: 127px;
}

#slider_resta ul {
	position: relative;
}

#slider_resta li {
	list-style-type: none;
	position: absolute;
	top: 0;
	left: 0;
}

#slider_resta img {
	border: 0px;
}
/* FI SLIDER RESTA PLANES */