$(document).ready(function(){


timeoutID = window.setTimeout(slowAlert, 1500);


function slowAlert()
{
   $("#studio").animate({
        
        opacity: 1
        
        }, 6000); 
}



   



$("#studio").click(function(){ $("#frontblack").fadeOut("slow", function(){$(this).remove()});  });

var $fxelement;
$(".active").parent().parent().css("background-color","#c9c9c9");




  if(!$.browser.msie){ 
  
   $(".picfx img").click(function(){
 
 if($.expose.isLoaded()){$.expose.close();}
 
 });
         
    // assign a click event to the exposed element. normal jQuery coding 
    $(".picfx img").click(function() { 
             
        // this simple call performs exposing 
        $(this).expose(
        {
        
        zIndex: '500',
        color: '#fff',
        opacity: 0.99
        
        
        }
       
        );         
      
    }); 
  
  
  }
    




   
    
    
    
// $("div.picfx").bind("mouseenter",function(){$(this).parent().find("div.textsfx").fadeIn();});
// $("div.picfx").bind("mouseout",function(){$(this).parent().find("div.textsfx").fadeOut();});


$(".media").media();


});
