$(document).ready(function(){$('#lens a, #photoNav a, #galleryStrip p a').each(function(){$(this).attr('href','javascript:void(0);');});$('#lensActive a').click(function(){$(this).parent('p').fadeOut(700);$('#photoNav').fadeIn(700);$('#lensDisabled').fadeIn(700);});$('#lensDisabled a').click(function(){$(this).parent('p').fadeOut(700);$('#photoNav').fadeOut(700);$('#lensActive').fadeIn(700);});$('.home .slideShow ul').goGallery({stopId:'lensActive a',playId:'lensDisabled a'});$('#twitter').hover(function(){$(this).addClass('twitterOn');},function(){$(this).removeClass('twitterOn');});$('.subMenu li:last').addClass('last');$('.category .slideShow li').hide();$('#galleryStrip ul a:first').addClass('galleryOn');$('.category .slideShow ul li:first').addClass('current first').fadeIn(1000);$('.category .slideShow ul li:last').addClass('last');$('#galleryStrip ul a').each(function(){$(this).stop().animate({opacity:0.2})
$(this).hover(function(){$(this).stop().animate({opacity:1});},function(){$(this).stop().animate({opacity:0.2});});$(this).click(function(){var getSlide=$(this).attr('rel');var getSlideTitle=$(this).attr('title');var getSlideText=$(this).attr('rev');var showSlide=$('.portfolio-slideShow li:first');$(showSlide).addClass('current').fadeIn(1000);$(showSlide).children('.portrait-image').html('<img src="'+getSlide+'" alt="'+getSlideTitle+'" />');$(showSlide).find('.portrait-info h2 a').text(getSlideTitle);$(showSlide).find('.portrait-info p').text(getSlideText);$(this).addClass('galleryOn');$(this).parent('li').siblings().children('a').removeClass('galleryOn');});});$('.category #nextBtn').click(function(){var getSlide=$('.galleryOn').attr('rel');var showSlide=$('.slideShow ul li'+getSlide);$('#galleryStrip .galleryOn').parent('li').next().children('a').addClass('galleryOn');$('#galleryStrip .galleryOn').parent('li').prev().children('a').removeClass('galleryOn');$(showSlide).next().addClass('current').fadeIn(1000);$(showSlide).removeClass('current');$('.slideShow ul li:not(.current)').hide();$('#content').css({height:(($('.category .slideShow .current').height())+70)});});$('.category #prevBtn').click(function(){var getSlide=$('.galleryOn').attr('rel');var showSlide=$('.slideShow ul li'+getSlide);$('#galleryStrip .galleryOn').parent('li').prev().children('a').addClass('galleryOn');$('#galleryStrip .galleryOn').parent('li').next().children('a').removeClass('galleryOn');$(showSlide).prev().addClass('current').fadeIn(1000);$(showSlide).removeClass('current');$('.slideShow ul li:not(.current)').hide();$('#content').css({height:(($('.category .slideShow .current').height())+70)});});var moveAmount='635';var elementAmount=$('#galleryStrip ul li').length;if(elementAmount>12){$('#galleryStrip-prev').click(function(){$('#galleryStrip ul').stop().animate({marginLeft:('+='+moveAmount)},1000);});$('#galleryStrip-next').click(function(){$('#galleryStrip ul').stop().animate({marginLeft:('-='+moveAmount)},1000);});$('#galleryStrip ul li:nth-child(13n)').css('marginLeft','23px');}});