$(document).ready(function(){
				//To switch directions up/down and left/right just place a "-" in front of the top/left attribute
				//Vertical Sliding
				$('.designblocks.slidedown').hover(function(){
					$(".cover", this).stop().animate({top:'-200px'},{queue:false,duration:400});
				}, function() {
					$(".cover", this).stop().animate({top:'0px'},{queue:false,duration:400});
				});
			});


$(document).ready(function(){
				//To switch directions up/down and left/right just place a "-" in front of the top/left attribute
				//Vertical Sliding
				$('.designblocks-archive.slidedown').hover(function(){
					$(".cover", this).stop().animate({top:'-200px'},{queue:false,duration:400});
				}, function() {
					$(".cover", this).stop().animate({top:'0px'},{queue:false,duration:400});
				});
			});

$(document).ready(function(){
				//To switch directions up/down and left/right just place a "-" in front of the top/left attribute
				//Vertical Sliding
				$('.aboutblocks.slidedown').hover(function(){
					$(".cover", this).stop().animate({top:'-200px'},{queue:false,duration:400});
				}, function() {
					$(".cover", this).stop().animate({top:'0px'},{queue:false,duration:400});
				});
			});
			
$(document).ready(function(){
				//To switch directions up/down and left/right just place a "-" in front of the top/left attribute
				//Vertical Sliding
				$('.socialshare.slidedown').hover(function(){
					$(".cover", this).stop().animate({top:'-131px'},{queue:false,duration:400});
				}, function() {
					$(".cover", this).stop().animate({top:'0px'},{queue:false,duration:400});
				});
			});



$(document).ready(function() {
	$('.design').append('<span class="hover"></span>').each(function () {
	  var $span = $('> span.hover', this).css('opacity', 0);
	  $(this).hover(function () {
	    $span.stop().fadeTo(300, 1);
	  }, function () {
	    $span.stop().fadeTo(300, 0);
	  });
	});
	
});


$(document).ready(function() {
	$('.unwisewords').append('<span class="hover"></span>').each(function () {
	  var $span = $('> span.hover', this).css('opacity', 0);
	  $(this).hover(function () {
	    $span.stop().fadeTo(300, 1);
	  }, function () {
	    $span.stop().fadeTo(300, 0);
	  });
	});
	
});


$(document).ready(function() {
	$('.photography').append('<span class="hover"></span>').each(function () {
	  var $span = $('> span.hover', this).css('opacity', 0);
	  $(this).hover(function () {
	    $span.stop().fadeTo(300, 1);
	  }, function () {
	    $span.stop().fadeTo(300, 0);
	  });
	});
	
});

$(document).ready(function() {
	$('.about').append('<span class="hover"></span>').each(function () {
	  var $span = $('> span.hover', this).css('opacity', 0);
	  $(this).hover(function () {
	    $span.stop().fadeTo(300, 1);
	  }, function () {
	    $span.stop().fadeTo(300, 0);
	  });
	});
	
});
