#image-container {
  width: 100%;
  height: 340px;
}

#scrolling-container {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow-x: scroll;
}

#scroll-left, #scroll-right {
  position: absolute;
  height: 100%;
  width: 45px;
  text-align: center;
  background-repeat: repeat-y;
}

#scroll-left {
  background-image: url(../img/scroll-left-overlay.png);
  background-position: left; 
  left: 0; 
} 
#scroll-right { 
  background-image: url(../img/scroll-right-overlay.png);
  background-position: right; 
  right: 0; 
}

#scroll-left div, #scroll-right div {
  margin-top: 160px;
  color: gray;
  font-size: 16pt;
  font-weight: bold;
}

#image-content {
  position: absolute;
  left: 45px;
  top: 0;
}

#items-container {
  margin-left: 45px;
  margin-right: 45px;
}

#items-container .item {
  
}

.item-image, .item-text, .item img {
  display: block;
}

.series-item .item-image, .series-item .item-text, .series-item img {
  width: 215px;
}

.watch-item .item-image, .watch-item .item-text, .watch-item img {
  width: 215px;
}

.item-image, .item-image img {
  height: 300px;
}

.item-text {
  top: 300px;
  padding-top: 10px;
  text-align: center;
  font-family: "Times New Roman", Times;
  color: #3D281F;
  font-size: 12pt;
}
.noscript .item-text { padding-top: 0; }

.item-text { letter-spacing: 0.3em; }
.noscript .item-text:hover { letter-spacing: 0.7em; }

.watch-item .item-text {
  font-size: 10pt;
}

.item-image {
  background-color: #4E5459;
}

.item-image img {
  background-color: white;
}

.item-image img {
  opacity: 0.9;
}

.noscript .item-image:hover img {
  opacity: 1;
}

/* large */
#large_image {
  width: 950px;
  height: 400px;
  text-align: center;
}

#large_image_scrolling {
  left: 0;
  position: absolute;
  width: 950px;
  height: 400px;
  overflow-y: scroll;
}

#scroll-top, #scroll-bottom {
  position:absolute;
  left: 0;
  width: 950px;
  height: 45px;
  background-repeat: repeat-x;
  text-align: left;
}

#scroll-top {
  top: 0;
  background-image:url(../img/scroll-top-overlay.png);
}

#scroll-bottom {
  bottom: 0;
  background-image:url(../img/scroll-bottom-overlay.png);
}

#scroll-top div {   top: 12px; }
#scroll-top div, #scroll-bottom div {
  text-align: center;
  position: absolute;
  width: 30px;
  height: 22px;
  padding-top: 6px;
  padding-bottom: 2px;
  left: 60px;
  color: #24080F;
  border: 1px dotted #24080F;
  background-color: #F5EFE7;
  opacity: 0.7;
}

#large_image img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 860px;
  height: 1200px;
}

/* watch details */
#watch_description {
  margin-top: 8pt;
}

#watch_description li {
  margin-top: 3pt;
  margin-left: 12pt;
  list-style-type: circle;
  font-family: "Palatino Linotype", "Times New Roman", Times, Serif;
  font-size: 10pt;
  line-height: 12pt;
  color: #444444;
}

#watch_description li:hover {
  color: #222222;
}