/**
 * @author Aaron.Lisman
 */

 
Site.Page = {
	
	PreInit: function() {
		this.InitTombStonesModules();		
	},
	
	InitTombStonesModules: function(){
		// reset margins
		$(".moduleBucket-center-threeAccross div:eq(2)").css("marginRight",0)
	}
	
}


