$(document).ready(function(){

	$("img.homespider").delay(1000).queue(function(next){
		$(this).addClass("dropswing");
		next();
	});
	
	$("img.jbr-type").delay(1000).queue(function(next){
		$(this).addClass("fadeabit");
		next();
	});
	
	$("body#biography img.biography").delay(2000).queue(function(next){
		$(this).addClass("tilt");
		next();
	});
	
	$("body#contact img.contact").delay(2000).queue(function(next){
		$(this).addClass("tilt");
		next();
	});
	
	$("body#artwork img.picframe").delay(2000).queue(function(next){
		$(this).addClass("tilt");
		next();
	});
	
	
	
	$("a[rel='artwork']").colorbox({transition:"fade", width:"80%", height:"90%"});


});
