* {
	margin: 0;
	padding: 0;
}

li {
    list-style: none;
}

#slideshow {
    width: 258px;
	margin:auto;
}

#slideshow_wrapper {
    /* we use relative to catch the children */
	position: relative;
	overflow: scroll;
    width:258px;
	height: 130px;
}

#slideshow_set {
	position: absolute;
}

#slideshow_set li {
	float: left;
	height: 130px;
    width: 258px;
}

img {
	border: 0;
}

#navigation {
    position: absolute;
    z-index: 10;
}

#scroll_left {
	left:80;
	right:-80px;
	top: 0;
	background: url(../img/left.gif) no-repeat left;
}

#scroll_right {
	left: 100px;
	top: 0;
	background: url(../img/right.gif) no-repeat left;
}

#scroll_left, #scroll_right {
    position: absolute;
    overflow: hidden;
    display: block;
    padding: 0 0 0 21px;
    height: 40px;
    width: 0px !important; /* for most browsers */
    width /**/: 21px; /* for IE5.5's bad box model */
	margin-top:54px;
}

