$(document).ready(function(){
	$('#photos').galleryView({
		panel_width: 600,
		panel_height: 450,
		frame_width: 75,
		frame_height: 75
	});
});


