$(document).ready(function(){
	
	$('#nav').droppy();
	
	$('#texto').jScrollPane({
		scrollbarWidth			: 4
	});
	
	$('#info').jScrollPane({
		scrollbarWidth			: 4
	});
	
	$('#textoNoticias').jScrollPane({
		scrollbarWidth			: 4
	});
	
	$('#scrollLateral').jScrollPane({
		scrollbarWidth			: 4,
		showArrows:true
	});
	
	$('.fbContent').fancybox({
		ajax 			: {},
		autoDimensions 	: false,
		width			: 640,
		height			: 480,
		centerOnScroll	: true,
		onComplete		: 	function()
							{
								$('#ajaxContent').jScrollPane({
									scrollbarWidth		: 4
								});
							}
	});
	
});

$(window).bind("load", function() {
	$("div#mygalone").slideView()
});