jQuery(document).ready(function(){jQuery("#header #cotm").hover(function(){$(this).animate({top:"0"},300);},function(){$(this).animate({top:"-40px"},300);});jQuery(".case-thumb").hover(function(){$(this).find(".case-title").attr({});$(this).find(".case-title").animate({opacity:1},{queue:false,duration:200});},function(){$(this).find(".case-title").animate({opacity:0},{queue:false,duration:500},"linear",function(){$(this).find(".case-title").attr({"style":'display:none'});});});var yoxviewCloseButton=$("<a>",{title:"close",href:"#",click:function(e){e.preventDefault();$.yoxview.close()}});yoxviewCloseButton.append($("<img>",{src:"/wp-content/themes/47/img/yoxview_close_button.png",alt:"CLOSE",css:{width:65,height:18}}));if($("#case-study-thumbs").length){$("#case-study-thumbs").yoxview({infoButtons:{close:yoxviewCloseButton},imagesFolder:'/wp-content/themes/47/img/',backgroundColor:'#2a2a2a',backgroundOpacity:0.9,infoBackOpacity:0,renderMenu:false,popupResizeTime:250,controlsInitialDisplayTime:0,titleDisplayDuration:1000,autoHideInfo:false,popupMargin:60,renderInfoPin:false});}});
