$(document).ready(function(){		
		$('#galeria').galleryView({
			panel_width: 450,
			panel_height: 290,
			frame_width: 105,
			frame_height: 68,
			transition_speed: 1200,
			background_color: '#b3b3b3',
			border: '5px solid #b3b3b3',
			easing: 'easeInOutBack',
			pause_on_hover: true,
			nav_theme: 'custom',
			overlay_height: 35,
			filmstrip_position: 'top',
			overlay_position: 'bottom'
		});
	});
