#quilt {
  position: relative;
  overflow: hidden;
  width: 950px;
  height: 352px;
}

#quilt-scroller {
  position: absolute;
  left: 0;
  top: 0;
}
#quilt-scroller-right {
  position: absolute;
  left: 0;
  top: 0;
}

#quilt .quilt-element {
  position: absolute;
  left: 0;
  top: 0;
  width: 528px;
  height: 304px;
  padding: 2px;
  z-index: 0;
  display: none;
  cursor: pointer;
}

#quilt .quilt-element img {
  width: 100%;
  height: 100%;
}

#quilt .quilt-element a {
  color: #fff;
  text-transform: underline;
}


#quilt-element-overlay-backdrop {
  position: absolute;
  right: 2px; /* Equal to element padding */
  top: 2px; /* Equal to element padding */
  width: 222px;
  height: 348px;
  z-index: 4;
  background: transparent url(quilt_overlay_backdrop.png) no-repeat scroll 0 0;
  display: none;
}

#quilt-element-loading-indicator {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  background: transparent url(ajax-loader.gif) no-repeat scroll 50% 50%;
  display: none;
}

#quilt .quilt-element .quilt-element-overlay {
  position: absolute;
  right: 2px; /* Equal to element padding */
  top: 2px; /* Equal to element padding */
  width: 202px;
  height: 318px;
  color: #fff;
  margin: 15px 10px;
  z-index: 5;
  display: none;
  overflow: hidden;
}

.scroll-region {
  position: absolute;
  overflow: hidden;
  width: 100px;
  height: 352px;
  top: 0;
  z-index: 6;
  display: block;
}
#scroll-back {
  left: 0;
}
#scroll-forward {
  right: 0;
}
