* {
	margin: 0;
	padding: 0;
}
element.style {

top:0px;
width:100%;
}


li {
    list-style: none;
}

#slideshow {
	height:340px;
	margin:20px 0pt 20px 27px;
	width:580px;
    /* background: #d5d5d5 url(../images/slideshow_bg.gif) repeat-x;*/
}

#slideshow_wrapper {
    /* we use relative to catch the children */
	height:320px;
	left:21px;
	overflow:scroll;
	position:relative;
	top:12px;
	width:500px;

}

#slideshow_set {
	position: absolute;
	width: 2000px;

}

#slideshow_set li {
	float:left;
	height:320px;
	width:500px
	
}

img {
	border: 0;
}

#navigation {
    position: absolute;

}

#scroll_left {
	left: 0;
	top: 12px;
	height: 317px;
	background: #9daab4  url(../images/left.gif) no-repeat center left;
	}

#scroll_right {
	left:520px;
	top: 12px;
	height: 317px;
	background: #9daab4  url(../images/right.gif) no-repeat center left ;
}

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