#slider {
  width: 770px;
  margin: 10px auto;
  position: relative; 
  margin-top:20px;
}

.scroll {
  overflow: auto;
  position: relative; /* fix for IE to respect overflow */
  clear: left;
}

.scrollContainer div.panel {

  width: 770px; /* change to 560px if not using JS to remove rh.scroll */
  height:500px
}

.panel > p {
	padding:0px 20px;
}
		

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

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

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