	$(document).ready(function() 
	{

		/* gallery */
		
		$('#photos').galleryView({
			panel_width: 480,
			panel_height: 340,
			frame_width: 120,
			frame_height: 72,
			show_captions : true,
			//border : '1px solid #CCCCCC',
			nav_theme : 'dark',
			fade_panels : true
		});
		
	});