* {
	margin: 0;
	padding: 0;
}

li {
    list-style: none;
}

#slideshow {
    margin: 20px auto 0 auto;
    width: 400px;
    height: 100px;
    /*background: #d5d5d5 url(../images/slideshow_bg.gif) repeat-x;*/
}

#slideshow_wrapper {
    /* we use relative to catch the children */
	position: relative;
	overflow: scroll;
	width: 400px;
	height: 100px;
	left: 21px;
	top: 5px;
}

#slideshow_set {
	position: absolute;
}
#slideshow_set li {
	float: left;
	height: 100px;
	width: 105px;
}

#slideshow1 {
	margin: 20px auto 0 auto;
	width: 400px;
	height: 100px;
    /*background: #d5d5d5 url(../images/slideshow_bg.gif) repeat-x;*/
}
#slideshow_wrapper1 {
	position: relative;
	overflow: scroll;
	width: 400px;
	height: 100px;
	left: 21px;
	top: 5px;
}

#slideshow_set1 {
	position: absolute;
}
#slideshow_set1 li {
	float: left;
	height; 100px;
	width: 105px;
}
#slideshow2 {
	margin: 20px auto 0 auto;
	width: 400px;
    height: 100px;
    /*background: #d5d5d5 url(../images/slideshow_bg.gif) repeat-x;*/
}
#slideshow_wrapper2 {
    /* we use relative to catch the children */
	position: relative;
	overflow: scroll;
	width: 400px;
	height: 100px;
	left: 21px;
	top: 5px;
}
#slideshow_set2 {
	position: absolute;
}
#slideshow_set2 li {
	float: left;
	height: 100px;
	width: 105px;
}
img {
	border: 0;
}

#navigation {
    position: absolute; 
    z-index: 10;
}

#scroll_left {
	left: 0;
	top: 0;
	background: url(../images/left.gif) no-repeat;
}

#scroll_right {
	left: 421px;
	top: 0;
	background: url(../images/right.gif) no-repeat;
}

#scroll_left, #scroll_right {
    position: absolute;
    overflow: hidden;
    display: block;
    padding: 0 0 0 21px;
    height: 78px;
    width: 0px !important; /* for most browsers */
    width /**/: 21px; /* for IE5.5's bad box model */
}