$(document).ready(function(){
	$('#photos').galleryView({
		panel_width: 418,
		panel_height: 258,
		frame_width: 94,
		frame_height: 53,
		overlay_color: '#222',
    	overlay_text_color: 'white',
    	caption_text_color: '#222',
    	background_color: 'transparent',
    	border: 'none',
   		nav_theme: 'custom',
    	easing: 'easeInOutQuad',
    	pause_on_hover: true,
    	transition_speed: 800,
    	transition_interval: 4000,
    	overlay_height: 25,
    	overlay_opacity: 0.4
	});
	
	$('#photos').bind("contextmenu",function(e) {
		return false;
	});

	
	
});

