$(document).ready(function() {
	$('#photos').galleryView({
		panel_width: 314,
		panel_height: 206,
		frame_width: 100,
		frame_height: 75,
		transition_interval: 0,
		background_color: '#CCC',
		border: 'solid 1px #999'
	});

	$('#photos a').fancybox();
});
