
Dw.Homepage = (function(){

	
	var galleries = $('.ad-gallery').adGallery({
		thumb_opacity: 1.0,
  	loader_image: '../resources/img/ui/loader.gif',
  	display_next_and_prev: true, // Can you navigate by clicking on the left/right on the image?
  	display_back_and_forward: true,
  	effect: 'fade',
  	animation_speed: 800,
  	scroll_jump : 300,
  	slideshow: {
  		start_label : "",
  		stop_label : "",
  		autostart: true,
  		speed: 4000,
  		stop_on_scroll: false
  	}
	});
		
	
	return{};
	
})();






