
		$(document).ready(function(){
			
			$('.skypetools-casestudy-home').hover(function(){
      		$(this).bgFade('fadeIn');
      		}, function() {
      		$(this).bgFade('fadeOut');
			});
			
			$('.skypetools-casestudy').hover(function(){
      		$(this).bgFade('fadeIn');
      		}, function() {
      		$(this).bgFade('fadeOut');
			});
			
			$('.blabbelon-casestudy').hover(function(){
      		$(this).bgFade('fadeIn');
      		}, function() {
      		$(this).bgFade('fadeOut');
			});
			
			$('.ghost-casestudy').hover(function(){
      		$(this).bgFade('fadeIn');
      		}, function() {
      		$(this).bgFade('fadeOut');
			});
			
			$('.ecomcall-casestudy').hover(function(){
      		$(this).bgFade('fadeIn');
      		}, function() {
      		$(this).bgFade('fadeOut');
			});
			
			$('.skypebusiness-casestudy').hover(function(){
      		$(this).bgFade('fadeIn');
      		}, function() {
      		$(this).bgFade('fadeOut');
			});
			
		});

