$(document).ready(function() {
	try {
		// lightbox stuff
		$("a[rel^='prettyPhoto']").prettyPhoto();
		
		$(".gig_thumbs li").hover(function() {
			$(this).addClass("hover");
		}, function() {
			$(this).removeClass("hover");
		});
	
	}
	catch(err) {}
	
	$('#branding').supersleight({shim: '/img/transparent.gif'});

});
