* {
	margin: 0;
	padding: 0;
}

li {
    list-style: none;
}

#slideshow {
    margin-left: -3px;
    width: 582px;
    height: 163px;
    background: url(en/images/.gif) repeat-x;
}

#slideshow_wrapper {
    /* we use relative to catch the children */
	position: relative;
	overflow: scroll;
	width: 513px;
	height: 158px;
	left: 35px;
	top: 5px;
}

#slideshow_set {
	position: absolute;
}

#slideshow_set li {
	float: left;
	height: 130px;
	width: 130px;
}

img {
	border: 0;
}

#navigation {
    position: absolute;
    z-index: 10;
}

#scroll_left {
	left: 0;
	top: 0;
	background: url(../en/images/scroll_left.gif) no-repeat;
}

#scroll_right {
	left: 558px;
	top: 0;
	background: url(../en/images/scroll_right.gif) no-repeat;
}

#scroll_left, #scroll_right {
    position: absolute;
    overflow: hidden;
    display: block;
    padding: 0 0 0 25px;
    height: 150px;
    width: 0px !important; /* for most browsers */
    width /**/: 35px; /* for IE5.5's bad box model */
}