$(document).ready(function(){
	$('#photos').galleryView({
		panel_width: 390,
		panel_height: 330,
		frame_width: 78,
		frame_height: 45
	});
});

