/* Before/After styles */

  #bagallery {
    width:600px;
    margin-left:25px;
  }
  #bagallery H3 {
    text-align:center;
  }

  .bagalleryItem {
    position:relative;
    width:600px;
    height:auto;
    margin:20px 0px;
  }
  .bagalleryItem H3 {
    width:600px;
    text-align:center;
  }
  .bagalleryItem P {
    width:580px;
    margin:10px !important;
    padding:0px !important;
  }

  .bagalleryImage {
    width:250px;
    margin:0px 20px;
  }
  .bagalleryImage H4 {
    width:250px;
    margin:0px;
    padding:0px;
    text-align:center;
  }
  .bagalleryImage IMG {
    width:250px;
    margin:0px;
    padding:0px;
    border:none;
  }
  .bagalleryImage P {
    width:250px;
    margin:0px !important;
    padding:0px !important;
    font-size:10px !important;
  }

  #bagBeforeImage { float:left; }
  #bagAfterImage { float:right; }

