li {
    list-style: none;
}

#slideshow {
    margin: 0px auto 0 auto;
    width: 540px;
    height: 73px;
    background: url(../images/gallery_img/slideshow_bg.gif) repeat-x;
}

#slideshow_wrapper {
    /* we use relative to catch the children */
	position: relative;
	overflow: scroll;
	width: 540px;
	height: 87px;
	left: 0px;
	top: 0;
	
}

#slideshow_set {
	position: absolute;
	width: 573px;
	left: 17px;
	margin:0;
}

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

img {
	border: 0;
}

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

#scroll_left {
	left: -70px;
	top: 25px;
	background: url(../images/left_arrow.jpg) no-repeat;
}

#scroll_right {
	left: 510px;
	top: 25px;
	background: url(../images/right_arrow.jpg) no-repeat;
}

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