$(document).ready(function() { 
	
	// Load the pretty theme please sir
	Galleria.loadTheme('js/theme/index/galleria.classic.js');
	 
	
		$('#homeslideshowcontainer').load('ajax/home.txt', function() {
		 	loadme();
		});


	
	

	
				
				

		
			
	
	
	
	

});  



function loadme() {
	
	$('#homeslideshowcontainer').galleria({
	            transition: 'fade',
	             image_crop: true,
	             autoplay: 5000,
	             thumbnails: false,
	             transition_speed: 1000
	        });
	
	       
}


