$(function(){
    $('#pics').cycle({
        fx: 'fade',
        sync: 1,
        delay: -2000,
        timeout: 6000,
    });	
	
    $('#langtext').cycle({
        fx: 'scrollDown',
        sync: 1,
        delay: -2000,
        timeout: 8000,
    });	
	
});
