#FancySlideShowPhotoBox { 
/*  width:560px; 
  height:120px;*/ 
  text-align:center; 
  overflow:hidden; 
}

#FancySlideShowPhotoBox img, #story .photocell img {
  width:auto; 
/*  max-width: 290px; 
  max-height:250px;*/ 
  margin:auto; 
  border-collapse:collapse; 
  border:0; 
/*  *width:expression(this.width > this.height ? "290px" : ((this.width * 250)/this.height) + "px");*/ 
}
	 
#FancySlideShowPhotoCaption { 
  height:60px; 
  overflow:auto; 
}

#FancySlideShowButtonContainer img { 
  border-collapse:collapse; 
  border:0; 
}

.photobox { 
  margin: 0px 0px 0px 10px; 
  border: 1px solid #A59267; 
  background-color:#FFFFFF;
}

.photocell { 
  border: 1px solid #A59267; 
/*  height:250px; 
  width:300px;*/ 
  text-align:center; 
}

.photocutline { 
  font-family: Arial, Helvetica, sans-serif; 
  font-size: 11px; 
  color: #000000; 
  /*width: 300px;*/ 
  padding: 3px; 
}

#ZoomCaption { 
  display:none; 
}
