$(document).ready(function() {
	$(".branding li").css("opacity", 0.5);
		$(".branding li").hover(function(){
			$(this).stop().fadeTo("5000", 0.7);
		},function(){
			$(this).stop().fadeTo("5000", 0.5);
		});
	
  	$(".galleryContainer").easySlider({
		auto: true,
		continuous: true,
		pause: 4000,
		speed: 1500,
		numeric: true,
		prevNext: false,
		ease: 'easeOutSine'
	});


	$('.boxgrid.caption').hover(function(){  
	        $(".cover", this).stop(true).animate({top:'109'},{duration:160});  
	    }, function() {  
	        $(".cover", this).stop(true).animate({top:'150px'},{duration:160});  
	});
	
	$('.adminTable tr:not([th]):even').addClass('even');
	
	if ($.browser.msie && $.browser.version=="6.0") {
		$(".fancy").fancybox().trigger('click');
	}
});
		
Cufon.replace('h2, h3, h4, h5, .branding nav a, label.desc, .contact_info li, h6, .boxcaption strong, .portfolio_details .details strong', {
	hover:true
});
