$(function(){
	$("#photos").galleryView({
		panel_width: 400,
		panel_height: 260,
		frame_width: 90,
		frame_height: 70,
		background_color: "white",
		pause_on_hover: true,
		border: "none"
	});
	$("#photos_p").galleryView({
		panel_width: 370,
		panel_height: 225,
		frame_width: 90,
		frame_height: 70,
		background_color: "white",
		pause_on_hover: true,
		border: "none"
	});
});
