/*$(function(){
	$(".thum_area li a").click(
	function(){
		$(this).parents(".gallery").find(".photo_area li").hide();
		var myID=$(this).attr("href");
		$(myID).fadeIn();
		return false;
	});
 });*/
 
 
	
$(function(){
	$(".thum li a").hover(
	function(){
		$(this).parents(".key").find("h2").hide();
		var myID=$(this).attr("rel");
		$(myID).fadeIn();
		},function(){
	$(this).parents(".key").find("h2").hide();
		$(".active").fadeIn();
	});
 });



// JavaScript Document
