$(document).ready(function(){		
	$('#photos').galleryView({
		panel_width: 580,
		panel_height: 300,
		transition_speed: 1500,
		transition_interval: 5000,
		nav_theme: 'light',
		border: 'none',
		frame_gap: 0,
		pause_on_hover: true,
		show_filmstrip: false
	});
//	$(document).pngFix(); 
	$('#trame').css({height: $('#global').height()+20});
	
  $(window).resize(function(){
  	// gestion de la fenêtre
  	$('#trame').css({height: $(document).height()+20});
  });
});


