$(function(){var a=$("#primary");$("#thumbs div img").each(function(b,c){$(this).load(function(){$(this).fadeIn().parent().removeClass("loading")}).attr("src",images[b])});$(".thumb").hover(function(){a.append('<img class="preview" alt="portfolio photograph" src="'+$(this).find("img:first").attr("src")+'" style="display: none;" />');$("#primary img.preview").fadeIn(200);$(this).addClass("highlight")},function(){preview=$("img.preview");preview.animate({opacity:1},200).fadeOut(200,function(){preview.remove()});$(this).removeClass("highlight")}).click(function(){$(".thumb").removeClass("active");$(this).addClass("active");if($("#primary img").size()>1){$("img.actual").remove()}$("img.preview").removeClass("preview").addClass("actual")});$("#thumbs").jCarouselLite({btnNext:".next",btnPrev:".previous",circular:false,easing:"easeInOutQuart",scroll:3,speed:300,vertical:true,visible:5})});
