$(document).ready(function(){
    $(".workimg3").hover(function(){
        $("a",this).animate({top:360,opacity:0.7},"slow")
    },    
    function(){$("a",this).animate({top:420,opacity:0.7},"slow").dequeue();        
    return false}
);
$("#selectbox select").change(function(){zz=$("select option:selected").attr("value");location.href="/clients/sortby/"+zz});if(typeof $(window).accordion=="function"){$(".services").accordion({autoheight:false,active:".oye",animated:"easeslide"});
$("a[href*=#]").click(function(){if(location.pathname.replace(/^\//,"")==this.pathname.replace(/^\//,"")&&location.hostname==this.hostname){var A=$(this.hash);A=A.length&&A||$("[name="+this.hash.slice(1)+"]");if(A.length){var B=A.offset().top;$("html,body").animate({scrollTop:B},1000);return false}}});
$("a.greybox").livequery("click",function(){link=$(this).attr("href");t=this.title||$(this).text()||this.href;i=$(this).attr("id");GB_show(t,i,link,500,490);return false})}else{$("a.greybox").click(function(){link=$(this).attr("href");t=this.title||$(this).text()||this.href;i=$(this).attr("id");GB_show(t,i,link,500,490);return false})}if(typeof jQuery.fn.validate=="function"){$("#name").attr("minlength","3")}});