#scroll_left, #scroll_right { behavior: url(library/js/iepngfix.htc) }

#slideshow {
	position: relative;
	top:0px;
	left:0px;
	clear:both;
  width: 600px;

	padding-top:10px;
	padding-bottom:10px;
}

#slideshow li {
	list-style:none;
}

#slideshow_wrapper {
    /* we use relative to catch the children */
	position: relative;
	overflow: hidden;
	width: 600px;
	height: 52px;
	left:0px;
	margin:0px;
	padding:0px;
	
}


#slideshow_set {
	position: absolute;
	margin:0px;
	padding:0px;
	list-style:none;
}

#slideshow_set li {
	float: left;
	height: 52px;
	list-style:none;
	margin:0 6px;
}

ul#slideshow_set li a img {
}

#slideshow_set li.first {
	margin-left:10px;
}


#slideshow_set li img{
	width:70px;
	height:50px;
	border:1px solid #c0c0c0;
}
#navigation {
	margin:0px;
	padding:0px;
    position: absolute;
    z-index: 2;
}

#scroll_left {
	left: -16px;
	top: 10px;
	background: url('gfx/arrow_left.png') no-repeat;
	visibility:hidden;
}

#scroll_right {
	left: 590px;
	top: 10px;
	background: url('gfx/arrow_right.png') no-repeat;
}

#scroll_left, #scroll_right {
    position: absolute;
    overflow: hidden;
    display: block;
    padding: 0 0 0 21px;
    height: 50px;
    width: 0px !important; /* for most browsers */
    width /**/: 21px; /* for IE5.5's bad box model */
		cursor:pointer;
}
