.imageRow {
  clear : both;
  width : 200px;
  height : 94px;
  background-image : url('/ladies/images/img-bg.jpg');
  margin : 0px auto;
  padding : 0px;
}
.left {
  float : left;
  width : 90px;
  padding-left : 7px;
}
.right {
  float : right;
  width : 90px;
  padding-right : 9px;
}
.borderTop {
  background-image : url('/ladies/images/border-top.jpg');
  height : 13px;
  width : 200px;
  margin : 7px auto 0px auto;
}
.borderBottom {
  background-image : url('/ladies/images/border-bottom.jpg');
  height : 13px;
  width : 200px;
  margin : 0px auto 7px auto;
}
#images { margin : auto; }
#prevButton {
  width : 20px;
  height : 13px;
  line-height : 13px;
  text-align : left;
  float : left;
  vertical-align : middle;
}
#nextButton {
  width : 20px;
  height : 13px;
  line-height : 13px;
  text-align : right;
  float : right;
  vertical-align : middle;
}
#returnButton {
  float : left;
  width : 50px;
  height : 13px;
  line-height : 13px;
  text-align : center;
  margin : 0px auto;
  vertical-align : middle;
}
#imageNav {
  width : 90px;
  height : 13px;
  line-height : 13px;
  margin-top : 5px;
  clear : both;
  margin : 0px auto;
  text-align : center;
  vertical-align : middle;
}
