  div#master-container
  {
  }

  h2
  {
    width: 100%;
    height: 56px;
    margin-bottom: 1em;
    background: url(../images/price/price-banner-trans.png) transparent no-repeat top center;
  }

    h2 span
    {
      display: none;
    }
  
  a
  {
    display: block;
    text-decoration: none;
    float: left;
    margin: 0px 25px;
    width: 250px;
    height: 253px;
  }

  div.preload
  {
    position: absolute;
    width: 0px;
    height: 0px;
  }

  a#wedding
  {
    background: url(../images/price/weddpricepic.png) transparent no-repeat;
  }

  div#wedding-rollover
  {
    background: url(../images/price/weddpricepic2.png) transparent no-repeat;
  }

  a:hover#wedding
  {
    background: url(../images/price/weddpricepic2.png) transparent no-repeat;
  }

  a#model
  {
    background: url(../images/price/modelpricepic.png) transparent no-repeat;
  }
  
  div#model-rollover
  {
    background: url(../images/price/modelpricepic2.png) transparent no-repeat;
  }

  a:hover#model
  {
    background: url(../images/price/modelpricepic2.png) transparent no-repeat;
  }

  a#portrait
  {
    background: url(../images/price/portpricepic.png) transparent no-repeat;
  }

  div#portrait-rollover
  {
    background: url(../images/price/portpricepic2.png) transparent no-repeat;
  }

  a:hover#portrait
  {
    background: url(../images/price/portpricepic2.png) transparent no-repeat;
  }

