	
	$(document).ready(function() {
		if ($('#photos').length) {
			$('#photos').galleryView({
				panel_width: 550,
				panel_height: 250,
				frame_width: 50,
				frame_height: 50
			});
		}
	});
