$(document).ready(function(){
	  $('body').parallax({
      'elements': [
        {
          'selector': 'div#showcase-layer1',
          'properties': {
            'x': {
              'background-position-x': {
                'initial': 0,
                'multiplier': 0.08
              }
            }
          }
        },
        {
          'selector': 'div#showcase-layer2',
          'properties': {
            'x': {
              'background-position-x': {
                'initial': 0,
                'multiplier': 0.15
              }
            }
          }
        },
		{
          'selector': 'div#footer-top',
          'properties': {
            'x': {
              'background-position-x': {
                'initial': 0,
                'multiplier': 0.08
              }
            }
          }
        },
        {
          'selector': 'div#footer-top2',
          'properties': {
            'x': {
              'background-position-x': {
                'initial': 0,
                'multiplier': 0.15
              }
            }
          }
        }
      ]
    });
});
