#container .picinfo,
.product-carousell .viewport ul {
	display: none !important;
}

#slideshow ul#navigation {
	list-style-type: none;
}

#slideshow {
  margin: 0 auto;
  width: 208px;
  height: 205px;
  float: left;
	border-bottom: 1px dotted black;
  overflow: hidden;
  position: relative;
}

#slideshow_wrapper {
    /* we use relative to catch the children */
	position: relative;
	overflow: hidden;
	width: 158px;
	height: 205px;
	left: 25px;
	top: -3px;
  #top: -30px;
}

#slideshow_set {
	position: absolute;
}

#slideshow_set ul {
	list-style-type: none;
}

#slideshow_set li {
	float: left;
	height: 205px;
	width: 158px;
	list-style-type: none;
}

#slideshow .annotation {
	font-size: 11px;
	padding-bottom: 5px;
}

#slideshow img {
	border: 0;
	height: 187px;
	width: 158px;
}

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

#slide_scroll_left {
	left: 0;
	top: 60px;
	background: url('../images/scroll-left.png') top left no-repeat;
	height: 18px;
  width: 25px;
}

#slide_scroll_right {
	right: 0;
	top: 60px;
	background: url('../images/scroll-right.png') top left no-repeat;
  height: 18px;
  width: 25px;
}

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

#slideshow_wrapper .annotation {
	width: 158px;
	display: block;
	text-align: center;
}