jQuery.noConflict();
(function($) {	
	$(function () {
   		$('ul.gavetas').accordion({
			header: 'h2.box-alca',
			selectedClass: 'open',
			event: 'mouseover'
		});
	});

})(jQuery);

jQuery.noConflict();
(function($) {
	$(document).ready(function(){
		$('#photos').galleryView({
			panel_width: 619,
			panel_height: 260,
			frame_width: 119,
			frame_height: 50
		});
	});
})(jQuery);
