* {
	margin: 0;
	padding: 0;
}

li {
    list-style: none;
}

#slideshow {
    margin: 0px auto 0 auto;
    width: 345px;
    height: 30px;
    background: #ffffff;
	 border: 0px solid #cccccc;
}

#slideshow_wrapper {
    /* we use relative to catch the children */
	position: relative;
	overflow: scroll;
	width: 345px;
	height: 30px;
	left: 20px;
	top: 0px;
}

#slideshow_set {
	position: absolute;
}

#slideshow_set li {
	float: left;
	height: 30px;
	/*width: 200px;*/
}

img {
	border: 0;
}

#navigation {
    position: absolute;
    z-index: 10;
}

#scroll_left {
	left: 0;
	top: 0;
	background: url(../../galeria/layout_front/seta_esq_top.gif) no-repeat;
}

#scroll_right {
	left: 325px;
	top: 0;
	background: url(../../galeria/layout_front/seta_dir_top.gif) no-repeat;
}

#scroll_left, #scroll_right {
    position: absolute;
    overflow: hidden;
    display: block;
    padding: 0 0 0 20px;
    height: 30px;
    width: 0px !important; /* for most browsers */
    width /**/: 20px; /* for IE5.5's bad box model */
}