/**
 * @author Tobias Burger
 */

$(document).ready(function()
{
    $('.tx-rolfadingnews-pi1').show();
    $('.tx-rolfadingnews-pi1 .box').innerfade({
       animationtype: 'fade',
       speed: 500,
       timeout: 5000,
       type: 'sequence',
       containerheight: '53px'
    });
});
