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