#slider {
  width: 470px;
  margin: 5px;
  position: relative;
}

.scroll {
  height: 480px;
  overflow: auto;
  position: relative; /* fix for IE to respect overflow */
  clear: left;
  background: #FFFFFF url(images/content_pane-gradient.gif) repeat-x scroll left bottom;
}

.scrollContainer div.panel {
  padding: 0px;
  height: 460px;
  width: 460px; /* change to 560px if not using JS to remove rh.scroll */
  background:#FBFBF9;
  margin:5px; 
}

.scrollButtons {
  position: absolute;
  top: 150px;
  cursor: pointer;
}

.scrollButtons.left {
  left: -20px;
}

.scrollButtons.right {
  right: -20px;
}