// JavaScript Document
	$(document).ready(function(){		
		$('#consultes').galleryView({
			panel_width: 170,
			panel_height: 230,
			overlay_color: '#222',
			overlay_text_color: 'white',
			caption_text_color: '#222',
			background_color: 'transparent',
			transition_interval:3000,
			transition_speed:800,
			border: 'none',
			nav_theme: 'light',
			easing: 'easeInOutBounce',
			pause_on_hover: true
		});
	});
