var Geral = {

	__construct: function() {
		_this = Geral;
		$("input[type='text'],textarea").resetDefaultValue();
		$("input[type='text']").addClass("text");
		$("a.lightbox").lightBox();
		$("#mainContent div.box ul li a").click(function() {
			window.open(this.href);
			return false;
		});
	}

}

$(document).ready(function() {
    $('.slideshow').cycle({
		fx: 'fade', // choose your transition type, ex: fade, scrollUp, shuffle, etc...
		timeout: 6000
	});
});

$('.j-img').cycle({ 
	fx:      'fade',
	delay:   -2000,
	timeout: 9000,
	next: '#direita',
	prev: '#esquerda'
	
	});
	
	
	$('.j-img02').cycle({ 
	fx:      'fade',
	delay:   -2000,
    timeout: 9000,
	next: '#seta-direita',
	prev: '#seta-esquerda'
	
	});


$(document).ready(function(){
	Geral.__construct();
});
