$(document).ready(function(){
    $('img, .top, .bottom, .content').ifixpng();
    $('.category_thumb').corner("bevel");
    $('.gallery .thumb a').attr('rel', 'gallery');
    $(".gallery .thumb a").fancybox({
            'titleShow'		: true,
            'transitionIn'	: 'elastic',
            'transitionOut'	: 'elastic'
    });
    $('#logo').innerfade({
        speed: 'slow',
        timeout: 15000,
        type: 'sequence',
        containerheight: '199px'
    });

});
