	$(document).ready(function(){
		$('#photos').galleryView({
			panel_width: 550,
			panel_height: 370,
			frame_width: 100,
			frame_height: 100,
			background_color: '',
			overlay_height: 70,
			overlay_font_size: '1em',
			show_captions:true,
    		caption_text_color: 'black',
			overlay_opacity: 1,
			overlay_text_color: 'black',
			overlay_color: '#EBD7A2',
			pause_on_hover: true,
			filmstrip_size: 2,
			nav_theme: 'dark',
			border: 'none',
		});
		$(".galleryview a[rel^='prettyPhoto']").prettyPhoto({theme:'light_rounded'});
	});

