$(document).ready(function() {
  $('.butt').hover(function() {
        $(this).css("cursor", "pointer");
    
});

 $('.opac').hover(function() {
       $(this).css("opacity", "0.8");
}, function() {
     $(this).css("opacity", "1");
});

	
 $('#old-introd').click(function() {
    	
    	
    	Shadowbox.open({
        title:'Introduction',
        content:    'http://www.leifklingborg.com/introduction.html',
        player:     'iframe',
        width:'450',
        height:'375'
       });

    	 
	    return false; 
	});


 $('#process').click(function() {
    	
    	
    	Shadowbox.open({
        title:'The Chicago marathon',
        content:    'http://www.leifklingborg.com/_video/process-iPhone-H.264 300Kbps.mov',
        player:     'qt',
        width:'450',
        height:'360'
        });

    	 
	    return false; 
	});


 $('#development').click(function() {
    	
    	
    	Shadowbox.open({
        title:'The Blocks of Development',
        content:    'http://www.leifklingborg.com/development.html',
        player:     'iframe',
        width:'450',
        height:'375'
        });

    	 
	    return false; 
	});

 $('#green-future').click(function() {
    	
    	
    	Shadowbox.open({
        title:'Green future ambitions',
        content:    'http://www.leifklingborg.com/green-future.html',
        player:     'iframe',
        width:'680',
        height:'500'
        });

    	 
	    return false; 
	});

 
 $('#stability').click(function() {
    	
    	
    	Shadowbox.open({
        title:'The Blocks of Stability',
        content:    'http://www.leifklingborg.com/stability.html',
        player:     'iframe',
        width:'450',
        height:'375'
        });

    	 
	    return false; 
	});

 $('#themoment').click(function() {
    	
    	
    	Shadowbox.open({
        title:'The Moment',
        content:    'http://www.leifklingborg.com/_video/hif-final.html',
        player:     'iframe',
        width:'654',
        height:'382'
        });

    	 
	    return false; 
	});



});



