#detailActions, #horizontal_carousel {
	margin-top: 10px;
}

#horizontal_carousel {
  float:left;
  height: 516px;
  position: relative;
  padding: 0 0 0 7px;
}

/* width of (#horizontal_carousel .container) must equal width of (#horizontal_carousel ul li img) */
#horizontal_carousel, #horizontal_carousel .container {
	width: 420px;
}

#horizontal_carousel .container {
  position: absolute;
  top: 410px;
  left: 46px;
  overflow:hidden;
}

#imageNav {
  width: 510px;
  position: absolute;
  bottom: 4px;
  z-index: 99;
  text-align: center;
  background-repeat: repeat;
}
#horizontal_carousel .next_button, #horizontal_carousel .previous_button {
  position: absolute;
  bottom: 46px;
  z-index: 100;
  width: 50px;
  cursor:pointer;
}
#horizontal_carousel .previous_button {
  left: 0;
}
#horizontal_carousel .next_button {
  right: 0;
}
#horizontal_carousel .previous_button_disabled, #horizontal_carousel .next_button_disabled {
  cursor:default;
  opacity: .2;
}
#horizontal_carousel .previous_button_disabled {}
#horizontal_carousel .next_button_disabled {}

#horizontal_carousel #largeImage {
  width: 510px;
}

#horizontal_carousel ul {
  margin: 0;
  padding:0;
  width: 100000px;
  position: relative;
  top: 0;
  left: 0;
/*  height: 144px;*/
}

#horizontal_carousel ul li {
  margin:0pt;
  list-style:none;
  float:left;
}

#horizontal_carousel ul li img {
  width: 114px;
  margin: 0 10px 0 10px;
  border: 3px solid gray;
  display: block;
  cursor: pointer;
}

/*.carouselPlaceHolder {
  width: 522px;
  height: 234px;
  background-color: yellow;
}*/
