$(document).ready(function(){
	QueryLoader.selectorPreload = "body";
	QueryLoader.init();
	$('#slideshowHolder').jqFancyTransitions({ width: 900, height: 500, direction: 'curtain' });
});
