$(document).ready(function() {
	
	/* main background image. moves against the direction of scroll*/
	$('.item').scrollParallax({
		'speed': -0.2
	});
	
	$('.item .inner').scrollParallax({
		'speed': -0.5
	});
	
});
