$(document).ready(function(){
$('#photos').galleryView({
	panel_width: 600,
	panel_height: 450,
	frame_width: 40,
	frame_height: 30,
	caption_text_color: '#222',
	background_color: 'transparent',
	border: 'none',
	nav_theme: 'dark',
	easing: 'easeInOutQuad',
	pause_on_hover: true
});
});
