var Geral = {

	__construct: function() {
		_this = Geral;
		$("input[type='text'],input[type='password'],textarea").resetDefaultValue();
	}
}

$(document).ready(function(){
	Geral.__construct();
	
	// anima��o home
	$('div#jQuery').cycle({
		speed: '2000'
	});
	
	// anima��o depoimento
	$('div#dep').cycle({			   
		speed: '1000',
                timeout:'16000',
		prev: 'a#s-right',
		next: 'a#s-left'
	});
	
	// Formul�rios
	$('.inputs_sel').jqTransform({imgPath:'jqtransformplugin/img/'});
	$('.input_sel').jqTransform({imgPath:'jqtransformplugin/img/'});
	$('.input_sel_g').jqTransform({imgPath:'jqtransformplugin/img/'});
	$('.check_box').jqTransform({imgPath:'jqtransformplugin/img/'});

	// Imagens highslide
	hs.graphicsDir = 'highslide/graphics/';
	hs.align = 'center';
	hs.transitions = ['expand', 'crossfade'];
	hs.outlineType = 'rounded-white';
	hs.fadeInOut = true;
	
	hs.addSlideshow({
	
		interval: 5000,
		repeat: false,
		useControls: true,
		fixedControls: 'fit',
		overlayOptions: {
			opacity: .75,
			position: 'bottom center',
			hideOnMouseOut: true
		}
	});
	
});
