
		$(document).ready(function(){
		
		
			$('.exterior').hover(function(){
      		$(this).bgFade('fadeIn');
      		}, function() {
      		$(this).bgFade('fadeOut');
			});
			
			$('.interior').hover(function(){
      		$(this).bgFade('fadeIn');
      		}, function() {
      		$(this).bgFade('fadeOut');
			});
			
			$('.floor').hover(function(){
      		$(this).bgFade('fadeIn');
      		}, function() {
      		$(this).bgFade('fadeOut');
			});
			
			$('.ashley-copse-thumb').hover(function(){
      		$(this).bgFade('fadeIn');
      		}, function() {
      		$(this).bgFade('fadeOut');
			});
			
			$('.beech-house-thumb').hover(function(){
      		$(this).bgFade('fadeIn');
      		}, function() {
      		$(this).bgFade('fadeOut');
			});
			
			$('.pool-project-thumb').hover(function(){
      		$(this).bgFade('fadeIn');
      		}, function() {
      		$(this).bgFade('fadeOut');
			});
			
			$('.beech-house-sidebar').hover(function(){
      		$(this).bgFade('fadeIn');
      		}, function() {
      		$(this).bgFade('fadeOut');
			});
			
			$('.pool-project-sidebar').hover(function(){
      		$(this).bgFade('fadeIn');
      		}, function() {
      		$(this).bgFade('fadeOut');
			});
			
			
			

		});

