$(function(){$(window).resize(function(){textFade()});$('#fade_content').cycle({
	fx:'fade',
	speed:'fast',
	timeout:0,
	next:'#next',
	prev:'#prev'});
	function textFade(){var w=$('#fade_text').css('width');var h=$('#fade_text').css('height');$(".fade_text").css("height",h);$(".fade_text").css("width",w);$(".fade_text").attr("height",h);$(".fade_text").attr("width",w)}});
