$(function(){
    $(".tab").css("left", "8px");
    $('.tab').toggle(function(){
        $(this).animate({
            left: '268px'
        }, 700);
    }, function(){
        $(this).animate({
            left: '8px'
        }, 700);
    });
    $("#photobox ul").animatedinnerfade({
        speed: 1000,
        timeout: 8000,
        type: 'random',
        containerheight: '198px',
        containerwidth: '594px',
        animationSpeed: 9000,
        animationtype: 'fade',
        bgFrame: 'none',
        controlBox: 'none',
        displayTitle: 'none'
    });
    ;
});
