
$(document).ready(function(){$('a.thumb').preload();$('a.shotzoom').click(function(){var thumb=$(this);if($('#shotmain')[0].src=thumb.attr('href')){$('#shotmain').attr('alt',thumb.attr('alt'));$('#shotmain').attr('title',thumb.attr('title'));$('#shotmain').parent().attr('href',thumb.attr('rel'));$('#shotmain').fadeOut('slow',function(){$('#shotmain').fadeIn('slow');$('img.thumb').each(function(){$(this).css('border','1px solid #000000');});thumb.children(0).css('border','1px solid #DA9A02');});}
return false;});});