$(document).ready(function()
{
	$("a[rel='lightbox']").colorbox();
    
    $('.externalLightbox').click(function(){
        $('a[rel=lightbox]:first').click();
        return false;
    });
    
    $('.innerfade').innerfade({ 
		animationtype: 'fade',
		speed: 1000,
		timeout: 6000,
		type: 'sequence'
	});	

});
