$(function(){
	// You need to specify the size of your background image here (could be done automatically by some PHP code)
	var FullscreenrOptions = {  width: 1280, height: 900, bgID: '.background_image', offSetLeft: 185 };
	// This will activate the full screen background!
	jQuery.fn.fullscreenr(FullscreenrOptions);
})

