var galeriaHoriz;

$.GaleriaHoriz = function (el) {

	var me = this;
	var $element = this.$element = $(el);
	
	$element.pontoscroll({pos:'h', larguraFoto:184}).find('a').fancybox();

};

var dadosGaleria = []; //array com os dados

(function($){
	$(function (){
		
		galeriaHoriz = new $.GaleriaHoriz($("#galeria-horiz .box"));
		
	});
})(jQuery);
