
* {
	margin: 0;
	padding: 0;
}
/*
li {
    list-style: none;
}
*/
#slideshow ul li {
	list-style-type: none;
	}
#slideshow {
    margin: 20px auto 23px auto;
    width: 242px;
    height: 140px;
    /*background: #d5d5d5 url(../images/slideshow_bg.gif) repeat-x;*/
}

#slideshow_wrapper {
    /* we use relative to catch the children */
	position: relative;
	overflow: scroll;
	width: 234px;
	height: 130px;
	left: 5px;
	top: 30px;
}

#slideshow_set {
	position: absolute;
}

#slideshow_set li {
	float: left;
	height: 130px;
	width: 234px;
}

img {
	border: 0;
}

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

#scroll_left {
	left: 245px;
	top: 80px;
	background: url(../images/db_h_sitesBackArrow.gif) no-repeat;
}

#scroll_right {
	left: 245px;
	top: 105px;
	background: url(../images/db_h_sitesFwdArrow.gif) no-repeat;
}

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