li {
    list-style: none;
}

#slideshow {
    margin: 0px auto 0 auto;
    width: 600px;
    height: 189px;
}

#slideshow_wrapper {
    /* we use relative to catch the children */
	position: relative;
	overflow: scroll;
	width: 480px;
	height: 189px;
	left: 40px;
	top: -20;
	
}

#slideshow_set {
	position: absolute;
	width: 535px;
	left: 47px;
	margin:0;
}

#slideshow_set li {
	float: left;
	padding-left:20px;
}

img {
	border: 0;
	text-decoration:none;
}

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

#scroll_left {
	left: -40px;
	top: 0px;
	background: url(../images/left_arrow.png) no-repeat;
}

#scroll_right {
	left: 523px;
	top: 0;
	background: url(../images/right_arrow.png) no-repeat;
}

#scroll_left, #scroll_right {
    position: absolute;
    overflow: hidden;
    display: block;
    padding: 0 0 0 42px;
    height: 189px;
    width: 0px !important; /* for most browsers */
    width /**/: 18px; /* for IE5.5's bad box model */
}
