$(document).ready(function(){
	$('#testimonials ul').innerfade({ 
		speed: 'slow', 
		timeout: 8000, 
		containerheight: '180px' 
	});
	$('#projects').innerfade({ 
		speed: 'slow', 
		timeout: 5000, 
		containerheight: '180px' 
	});
	$('#video').innerfade({ 
		speed: 'slow', 
		timeout: 10000, 
		containerheight: '180px' 
	});
//	$('span.mailme').mailme();
//Diagnal Sliding
	$('.panel.thecombo').hover(function(){
		$(".cover", this).stop().animate({top:'180px', left:'270px'},{queue:false,duration:300});
	}, function() {
		$(".cover", this).stop().animate({top:'0', left:'0'},{queue:false,duration:300});
	});

});
