.ArtGallery {
  width: 620px;
  margin: 0 auto;
  position: relative;
}

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

.scrollContainer div.panel {
  padding: 20px;
  width: 580px; /* change to 560px if not using JS to remove rh.scroll */
}

.ArtGalleryButton {
  position: absolute;
  top: 225px;
  cursor: pointer;
  font-size:26px;
  height:31px;
  padding:0 5px;
  background-color:#1F1F1F;
  color:#FFFFFF;
}

.ArtGalleryBackButton {
  left: 0;
}

.ArtGalleryNextButton {
  right: 0;
}




