$(document).ready(function (){
	$(document).pngFix(); //-- Para png's transparentes
	
	$("#photos").galleryView({
		panel_width: 604,
		panel_height: 400,
		frame_width: 158,
		frame_height: 78,
		transition_speed: 1000,
		transition_interval: 4000,
		overlay_height: 100,
		nav_theme: 'seven',
		show_captions: true,
    	caption_text_color: 'black',
		fade_panels: true
	});
});
