* {
	margin: 0;
	padding: 0;
}

li {
    list-style: none;
}

#slideshow {
    margin: 20px auto 0 auto;
    width: 100%;
    height: 254;
    /*background: #d5d5d5 url(../img/slide/slideshow_bg.gif) repeat-x;*/
}

#slideshow_wrapper {
    /* we use relative to catch the children */
	position: relative;
	overflow: hidden;
	width: 840px;
	height: 254px;
	bottom:0px;
	left:20;
	
	
}

#slideshow_set {
	position: absolute;
}

#slideshow_set li {
	float: left;
	height: 110px;
	width: 150px;
	
	
}

img {
	border: 0;
}

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

#scroll_left {
	left: 0;
	top: 0;
	/*background: url(../img/slide/left.gif) no-repeat;*/
	color:white;
}

#scroll_right {
	left: 840px;
	top: 0;
	/*background: url(../img/slide/right.gif) no-repeat;*/
	color:white;
}

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