$(document).ready(function(){
		var altura = $('.box-content').height();
		$('#box-left').css('min-height', altura);
		

//	$('#faqs .tit').each(function() {
//		var tis = $(this), state = false, answer = tis.next('#faqs .text').slideUp();
//		tis.click(function() {
//			state = !state;
//			answer.slideToggle(state);
//			tis.toggleClass('active',state);
//		});
//	});
});

