	 $(document).ready(function() {
	 $('#list, #back, #faqFooter').hide()
	/* $('#faqs').show();*/
/*	 $('#next').click(function() {
	 $('#testimonials, #target, #quotes, #close, #closeFooter').show()
	 $('#body, #slide, #bodyFooter').hide()
	 $(this).hide();
	 $('#back').show();
	 $('#faqs').show();
	 })*/
	 $('#back').click(function() {
	 $('#list').hide()
	 $('#faqFooter').hide();
	 $('#body, #slide, #bodyFooter, #testimonials, #target, #quotes, #close, #slide, #closeFooter').show()
	 $(this).hide();
	 $('#faqs').show();
	 })
	$('#faqs').click(function() {
	 $('#body, #slide, #bodyFooter, #testimonials, #target, #quotes, #close, #faqs, #list, #slide, #closeFooter').hide()
	 $('#list').show()
	 $('#faqFooter').show()
	 $(this).hide();
	 $('#back').show();
	 
	 
	})

 })
	
