// JavaScript Document
$(document).ready(function(){
		$('#photos').galleryView({
			panel_width: 828,
			panel_height: 400,
			frame_width: 100,
			frame_height: 100,
			transition_interval: 4000,
			background_color: 'transparent',
			overlay_height: 0
		});
	});
