/*$(document).ready(function(){
	$('#home_btm_left').hover(function(){
		$(this).css({"background-position": "-335px top"});
		$('a.feature_link_img > img',this).css({"display":"none"});
	},
	function(){
		$(this).css({"background-position": "left top"});
		$('a.feature_link_img > img',this).css({"display":"block"});
	});
	
	$('#home_btm_mid').hover(function(){
		$(this).css({"background-position": "-335px top"});
		$('a > img',this).attr("src", "..\\images\\ghdhair\\see_the_light\\home_silhouettes_over.png");
	},
	function(){
		$(this).css({"background-position": "left top"});
		$('a > img',this).attr("src", "..\\images\\ghdhair\\see_the_light\\home_silhouettes.png");
	});
	
	$('#home_btm_right').hover(function(){
		$(this).css({"background-position": "left -174px"});
	},
	function(){
		$(this).css({"background-position": "left top"});
	});
});*/
