$(function()
{
    $('#banners').cycle(
    {
        fx: 'fade'
    });
    
    $("#rounded-corners").ifixpng();
});

