$(document).ready(function(){

    //animate the logo
    $('#logo').css({'left':'-'+(parseFloat($('.contentContainer:first').offset().left)+259)+'px','display':'block','position':'absolute','top':0}).animate({'left':'0'},1500)

/**
    $("#slide-controller").jFlow({
        slides: "#slideshow",
        width: "980px",
        height: "390px",
        duration: 400,
        auto:true,
        postSlideCallback: function(index){
            if(index == 0){
                $('#comingsoon').fadeIn();
            }else{
                $('#comingsoon').fadeOut();
            }
        }
    });
**/

})

