* {
	margin: 0;
	padding: 0;
}

li {
    list-style: none;
}

#slideshow {
    margin: 0px auto 0 auto;
    width: 956px;
    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: 900px;
	height: 73px;
	left: 28px;
	top: 4px;
}

#slideshow_set {
	position: absolute;
}

#slideshow_set li {
	float: left;
	height: 130px;
	width: 150px;
}

img {
	border: 0;
}

#navigation {
    position: absolute;
    z-index: 10;
}

#scroll_left {
	left: 0;
	top: 0;
	background: url(../images/gallery_img/left-arrow.gif) no-repeat;
}

#scroll_right {
	left: 928px;
	top: 0;
	background: url(../images/gallery_img/right-arrow.gif) 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 */
}