$(document).ready(function(){$(".portfolioExcerpt").hover(function(){$(this).find("div:first").animate({marginLeft:"-35px",width:"21px"},200,"swing");$(this).find("img:first").fadeOut("fast")},function(){$(this).find("div:first").animate({marginLeft:"-18px",width:"4px"},200,"swing");$(this).find("img:first").fadeIn("fast")});$("#gallery > div").hide();$("#gallery > div:first").show();$("#gallery a").lightBox({fixedNavigation:true,imageBlank:"http://www.lx-s.de/wp-content/themes/lx-two/images/lightbox-blank.gif",imageLoading:"http://www.lx-s.de/wp-content/themes/lx-two/images/lightbox-ico-loading.gif",imageBtnClose:"http://www.lx-s.de/wp-content/themes/lx-two/images/lightbox-btn-close.gif",imageBtnPrev:"http://www.lx-s.de/wp-content/themes/lx-two/images/lightbox-btn-prev.gif",imageBtnNext:"http://www.lx-s.de/wp-content/themes/lx-two/images/lightbox-btn-next.gif",})});
