$(document).ready(function(){		
	$('#we-bilder-fade').galleryView({
		panel_width: 650,
		panel_height: 231,
		frame_width: 77,
		frame_height: 36,
		overlay_color: '#222',
		overlay_text_color: 'white',
		caption_text_color: '#222',
		background_color: 'transparent',
		border: 'none',
		nav_theme: 'light',
		easing: 'easeInOutQuad',
		pause_on_hover: true,
		transition_speed: 2000
	});
});

