@charset "utf-8";
/* CSS Document */

#slider {
  width: 806px;
  position: relative;
  padding-top: 15px;
  
}

.scroll {
  height: 289px;
  position: relative; /* fix for IE to respect overflow */
  border: 1px solid #dcdcdc;
  border-bottom:#c1c1c1 1px solid;
}

.scrollContainer div.panel {
  height: 290px;
  width: 792px; /* change to 560px if not using JS to remove rh.scroll */
  padding:7px;
  background-color:#FFF;
  
  
}

.scrollButtons {
  position: absolute;
  top: 272px;
  cursor: pointer;
}

.scrollButtons.left {
  right: 70px;
  z-index:1;
}

.scrollButtons.right {
  right: 11px;
  z-index:1;
}