$(document).ready(function(){		
	$('#photos').galleryView({		//zobrazeni galerie
		panel_width: 750,
		panel_height: 300,
		frame_width: 30,
		frame_height: 30,
		overlay_color: '#666',
		overlay_text_color: '#666',
		caption_text_color: '#666',
		background_color: 'transparent',
		border: 'none',
		theme_path: 'css/',
		nav_theme: 'dark',
		easing: 'easeInOutQuad',
		pause_on_hover: true
	});
	
	jQuery('#mycarousel').jcarousel({	//vertikalni scroll prehledu galerii
        vertical: true,
        scroll: 2
    });
});


