jQuery(document).ready(function($){

/* Init String goes on next line*/
		$('#portfolio_preview').galleryView({
			panel_width: 600,
			panel_height: 400,
			frame_width: 100,
			frame_height: 100,
			pause_on_hover: true,
			show_captions: true
		});

});

