* {
	margin: 0;
	padding: 0;
}

li {
    list-style: none;
}
	/* outer container */
#slideshow {
	margin: 0px auto 0;
	width: 518px;
	height: 303px;
	background: #FFFFFF url(images/graphics/rlwy_lnds_slideshow/bg_rlwy_lnds_show.gif) no-repeat;
	border: 1px solid #666666;
}
	/* inner container */
#slideshow_wrapper {
	/* we use relative to catch the children */
	position: relative;
	overflow: scroll;
	width: 518px;
	height: 276px;
	left: 0px;
	top: 0px;
}

#slideshow_set {
	position: absolute;
	width: 518px;
}

#slideshow_set li {
	float: left;	
	width: 518px;
	height: 276px;
}

img {
	border: 0;
}

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

#scroll_left {
	left: 0;
	background: url(images/graphics/rlwy_lnds_slideshow/btn_left.gif) no-repeat;
	margin-top: 276px;
	float: left;
	top: 0px; /* for IE */
}

#scroll_right {
	left: 259px;
	background: url(images/graphics/rlwy_lnds_slideshow/btn_right.gif) no-repeat;
	margin-top: 276px;
	float: left;
	top: 0px; /* for IE */
}

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