$(document).ready(function(){
	

	// round divs
	//$('.tituloNews').corner("6px");

	if ( document.getElementById('superbox') ) {
	 $.superbox.settings = {
			
			overlayOpacity: .8, // Background opaqueness
			loadTxt: "Carregando...", // Loading text
			closeTxt: "Fechar", // "Close" button text
			prevTxt: "Anterior", // "Previous" button text
			nextTxt: "Proximo" // "Next" button text

	  };
	  $.superbox();
	  
	}


	if ( document.getElementById('slider') ) {
		
		$("#slider").easySlider({
			controlsBefore:	'<p id="controls">',
			controlsAfter:	'</p>',
			auto: true, 
			prevText: 'Anterior',
			nextText: 'Pr&oacute;ximo',		
			firstShow: false,
			lastShow: false,
			vertical: true, 
			continuous: true,
			speed:1200,
			pause:3000
		
		});
		
	}


});
