/* Start of CMSMS style sheet 'slider' */
.photoSet .slider {
  position: relative;
  overflow: hidden;
  width: 330px;
  float: left;
}

.largePhotoSet .slider {
  width: 600px;
}

.photoSet .slider .thumbHolder {
  float: none;
  position: relative;
  width: 9999px;
}

.photoSet .slider .thumbHolder img {
  height: 72px;
}

.photoSet {
  height: 72px;
}

.photoSet .arrowLeft, .photoSet .arrowRight {
  margin-top: 24px;
}
/* End of 'slider' */

