window.onresize = function () { $('#sasiu').css( "margin-top" , ( ( pageHeight() / 2 ) - 262 ) + "px" ); }
window.onload   = function () {
	$('#slide').cycle({fx:'fade',speed:'2500',timeout:0,next:'#next',prev:'#prev'});
	$('#sasiu').css( "margin-top" , ( ( pageHeight() / 2 ) - 262 ) + "px" );
}
