            /** DO NOT EDIT THIS FILE, THIS FILE IS AUTOMATICALLY CREATED **/
              
              
              
            /** IF YOU MAKE CHANGES TO THIS FILE, THEY WILL BE DELETED!   **/
            
            
            var css_images = {
'login-and-continue': {
  'url': '/layouts/main/images/buttons/login-and-continue.gif',
  'h_url': '/layouts/main/images/buttons/hover/login-and-continue.gif',
  'size': [
      181,
      25
  ]
},
'update-totals': {
  'url': '/layouts/main/images/buttons/update-totals.gif',
  'h_url': '/layouts/main/images/buttons/hover/update-totals.gif',
  'size': [
      136,
      25
  ]
},
'checkout': {
  'url': '/layouts/main/images/buttons/checkout.gif',
  'h_url': '/layouts/main/images/buttons/hover/checkout.gif',
  'size': [
      99,
      25
  ]
},
'continue-shopping': {
  'url': '/layouts/main/images/buttons/continue-shopping.gif',
  'h_url': '/layouts/main/images/buttons/hover/continue-shopping.gif',
  'size': [
      181,
      25
  ]
},
'create-account': {
  'url': '/layouts/main/images/buttons/create-account.gif',
  'h_url': '/layouts/main/images/buttons/hover/create-account.gif',
  'size': [
      149,
      25
  ]
},
'add-to-cart': {
  'url': '/layouts/main/images/buttons/add-to-cart.gif',
  'h_url': '/layouts/main/images/buttons/hover/add-to-cart.gif',
  'size': [
      113,
      25
  ]
},
'continue': {
  'url': '/layouts/main/images/buttons/continue.gif',
  'h_url': '/layouts/main/images/buttons/hover/continue.gif',
  'size': [
      96,
      25
  ]
},
'login': {
  'url': '/layouts/main/images/buttons/login.gif',
  'h_url': '/layouts/main/images/buttons/hover/login.gif',
  'size': [
      67,
      25
  ]
}
};    
            function css_buttons_old_browsers()
            {
              if(typeof fix_css_images != 'undefined') 
              {
                if(window.addEventListener)
                {
                  window.addEventListener("load", fix_css_images, false);
                } 
                else
                {
                  if(window.attachEvent)
                  {
                    window.attachEvent("onload", fix_css_images);
                  }
                  else
                  {
                    if(document.getElementById)
                    {
                      window.onload=fix_css_images;
                    }
                  }
                }
              }
            }
            
