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

