$(document).ready(function(){
		$('#photos').galleryView({
			panel_width: 455,
			panel_height: 151,
			frame_width: 120,
			frame_height: 35,
			top: 150,
			left: 335
		});
	});