* {
	margin: 0;
	padding: 0;
}



#slideshow {
    margin: 1px auto 0 auto;
	padding-top:15px;
    width: 620px;
    height: 170px;

	text-align:center;
}

#slideshow_wrapper {
	/* we use relative to catch the children */
	position: relative;
	overflow: scroll;
	width: 600px;
	height: 170px;
	left: 10px;
	top: 8px;
}

#slideshow_set {
	position: absolute;
	list-style-type:none;
	list-style:none;
}

#slideshow_set li {
	float: left;
	height: 130px;
	width: 150px;
	margin-top:0px;
	padding:0px;
	list-style-type:none;
	list-style:none;
}

img {
	border: 0;
	padding:-10px;
	
}

#navigation {
    position: absolute;
    z-index: 10;
}

#scroll_left {
	left: 0;
	top: 0;
	background: url(../images/scrollLeft.png) no-repeat;
	outline:none;
	z-index:9999999;
}

#scroll_right {
	left:590px;
	top: 0;
	background: url(../images/scrollRight.png) no-repeat;
	outline:none;
}

#scroll_left, #scroll_right {
    position: absolute;
    overflow: hidden;
    display: block;
    padding: 0 0 0 30px;
    height: 170px;
    width: 0px !important; /* for most browsers */
    width /**/: 21px; /* for IE5.5's bad box model */
}

