jQuery('#call_tell_friend').live('click', function() {
	jQuery('#tell_friend').show('fast');
	jQuery('#newsletter, #box_video_car_01, #box_video_car_02, #box_video_car_03, #box_video_car_04, #box_video_car_05, #box_video_car_06, #box_video_car_07, #video_car_01, #video_car_02, #video_car_03, #content_itensdeacessorios_details_01, #content_itensdeacessorios_details_02, #content_itensdeacessorios_details_03, #content_itensdeacessorios_details_04, #content_itensdeacessorios_details_05, #content_itensdeacessorios_details_06, #content_itensdeacessorios_details_07, #content_itensdeacessorios_details_08, #content_itensdeacessorios_details_09, #content_itensdeacessorios_details_10').hide('fast');
});
jQuery('.close_tellfriend').live('click', function() {
	// Indique form
	jQuery('#name_friend').val('Nome do seu amigo');
	jQuery('#email_friend').val('E-mail do seu amigo');
	jQuery('#mensagem_index').val('Mensagem');
	jQuery('#error_friend, #loading_friend, #hit_friend').css('display', 'none');
	jQuery('#button_friend').attr('disabled', false);
	// Newsletter form
	jQuery('#error_newsletter, #loading_newsletter, #hit_newsletter').css('display', 'none');
	jQuery('#button_newsletter').attr('disabled', false);
	jQuery('#newsletter, #tell_friend, #box_video_car_01, #box_video_car_02, #box_video_car_03, #box_video_car_04, #box_video_car_05, #box_video_car_06, #box_video_car_07, #video_car_01, #video_car_02, #video_car_03, #content_itensdeacessorios_details_01, #content_itensdeacessorios_details_02, #content_itensdeacessorios_details_03, #content_itensdeacessorios_details_04, #content_itensdeacessorios_details_05, #content_itensdeacessorios_details_06, #content_itensdeacessorios_details_07, #content_itensdeacessorios_details_08, #content_itensdeacessorios_details_09, #content_itensdeacessorios_details_10').hide('fast');
});

jQuery('#call_newsletter').live('click', function() {
	jQuery('#newsletter').show('fast');
	jQuery('#tell_friend, #box_video_car_01, #box_video_car_02, #box_video_car_03, #box_video_car_04, #box_video_car_05, #box_video_car_06, #box_video_car_07, #video_car_01, #video_car_02, #video_car_03, #content_itensdeacessorios_details_01, #content_itensdeacessorios_details_02, #content_itensdeacessorios_details_03, #content_itensdeacessorios_details_04, #content_itensdeacessorios_details_05, #content_itensdeacessorios_details_06, #content_itensdeacessorios_details_07, #content_itensdeacessorios_details_08, #content_itensdeacessorios_details_09, #content_itensdeacessorios_details_10').hide('fast');
});
jQuery('.close_newsletter').live('click', function() {
	// Indique form
	jQuery('#name_friend').val('Nome do seu amigo');
	jQuery('#email_friend').val('E-mail do seu amigo');
	jQuery('#mensagem_index').val('Mensagem');
	jQuery('#error_friend, #loading_friend, #hit_friend').css('display', 'none');
	jQuery('#button_friend').attr('disabled', false);
	// Newsletter form
	jQuery('#error_newsletter, #loading_newsletter, #hit_newsletter').css('display', 'none');
	jQuery('#button_newsletter').attr('disabled', false);
	jQuery('#newsletter, #tell_friend, #box_video_car_01, #box_video_car_02, #box_video_car_03, #box_video_car_04, #box_video_car_05, #box_video_car_06, #box_video_car_07, #video_car_01, #video_car_02, #video_car_03, #content_itensdeacessorios_details_01, #content_itensdeacessorios_details_02, #content_itensdeacessorios_details_03, #content_itensdeacessorios_details_04, #content_itensdeacessorios_details_05, #content_itensdeacessorios_details_06, #content_itensdeacessorios_details_07, #content_itensdeacessorios_details_08, #content_itensdeacessorios_details_09, #content_itensdeacessorios_details_10').hide('fast');
});

