* { margin: 0; padding: 0; }

li {
    list-style: none;
}

#fondo #entorno #contenido #info #slideshow ul {
	padding: 0;
}

#fondo #entorno #contenido #info #slideshow li {
	background: none;
	padding: 0;
}

#slideshow {
    margin: 72px auto 0 auto;
    width: 452px;
    height: 145px;
    background: #fff url(/img/sli_fondo.gif) repeat-x;
	display: none;
}

#slideshow_wrapper {
	display: none;
	position: relative;
	overflow: scroll;
	width: 410px;
	height: 130px;
	left: 21px;
	top: 5px;
}

#slideshow_set {
	display: none;
	position: absolute;
}

#slideshow_set li {
	float: left;
	height: 130px;
	width: 200px;
	margin: 0 5px 0 0;
}

#slideshow a {
	outline: 0;
}

img {
	border: 0;
}

#navigation {
    position: absolute;
    z-index: 10;
}

#scroll_left {
	left: 0;
	top: 0;
	background: url(/img/sli_left.gif) no-repeat;
}

#scroll_right {
	left: 426px;
	top: 0;
	background: url(/img/sli_right.gif) no-repeat;
}

#scroll_left, #scroll_right {
    position: absolute;
    overflow: hidden;
    display: block;
    padding: 0 0 0 21px;
    height: 145px;
    width: 0px !important;
}