$(document).ready(function(){

	$('ul a[href].tip').qtip({
		style: { name: 'cream', tip: true },
		position: {
		      corner: {
		         target: 'topLeft',
		         tooltip: 'rightBottom'
		      }
		}
		
	});
	
	$('#espaco-slideshow ul').jqGalScroll({
		ease: null,
		speed: 0,
		height: 250,
		width: 525,
		titleOpacity : .50,
		direction : 'horizontal' // vertical horizontal diagonal
	});
	
	$('a[rel*=facebox]').facebox();
	
});
