$(function(){
	$(".thumb").hover(function(){ $($(this).attr('rel')).show('slow'); }, function(){ $($(this).attr('rel')).hide('slow'); });
});

$(window).load(function(){
    var galleries = $('#gallery').adGallery({ slideshow: { enable: true, autostart: true, speed: 5000 } });
	$("a[rel='lookinside']").picbox({/* Put custom options here */}, null, function(el) {
		return (this == el) || ((this.rel.length > 8) && (this.rel == el.rel));
	});
});
