$(document).ready(function(){
	    	$("#tabs").tabs({cookie: {expires: 7}}); 
	    	$('#tabs').show();
	    	
	    	$("#slider").easySlider({
				auto: true,
				continuous: true })
	    	
	    	$('#rotate').innerfade({
				speed: 750,
				timeout: 3000,
				type: 'sequence',
				containerheight: '2em'
					});
	    	
	    	$('#twitter').innerfade({
				animationtype: 'slide',
				speed: 3000,
				timeout: 5000,
				type: 'sequence',
				containerheight: '1em'
					});
	
			$("#featured").tabs({fx:{opacity: "toggle"}}).tabs("rotate", 7000, true);
			$('#featured').show();
			
			$('.boxgrid.caption').hover(function(){
					$(".cover", this).stop().animate({top:'155px'},{queue:false,duration:160});
				}, function() {
					$(".cover", this).stop().animate({top:'220px'},{queue:false,duration:160});
				});

});
