domReady(function()
{
	var Instance1 = new ImageFlow();
	Instance1.init({ 
		ImageFlowID: 'myImageFlow', 
		startID:2,
		onClick: '',
		circular: true,
        glideToStartID: false,
        slideshow: true,
        buttons: true,
        reflections: false,
        startAnimation:true,
        opacity: false,
        sliderCursor: 'pointer',
		xStep:200,        
        imagesM:1,
        imageFocusM:0.7,   		
   		imageFocusMax: 1,
   		percentLandscape:220, 
        percentOther:100,
        imagesHeight:0.62,
        scrollbarP: 0.92,
        reflectionP:0.01,        
        sliderWidth:0
	});
	  
});


$(document).ready(function() {
	$("a.zoom").fancybox({
		overlayColor : '#000',
		titleShow : false
	});
	
	$('#galleria').galleryView({
		panel_width: 900,
		panel_height: 430,
		frame_width: 195,
		frame_height: 145,
		frame_opacity: 0.6,
		pointer_size: 0,
		frame_gap:10,
		overlay_color: '#000',
		overlay_text_color: 'white',
		caption_text_color: '#FFF',
		background_color: 'transparent',
		border: 'none',
		nav_theme: 'dark',
		easing: 'easeInOutQuad',
		pause_on_hover: true
	});
});

