
$(function(){
	
	$('.box').click(function(){
		$(this).find('a').click();
	});
	
	$("#box1").children().hide();
	$("#box1").animate({width:'180px'},500,'linear',function(){
		$(this).find('.img_space').show();
		$(this).find('h4').slideDown(200);
		$(this).find('p').slideDown(200);
		$(this).find('img.cover_img').slideDown(500); //.animate({height:'68px'},500);
	});
	
	$("#box2").children().hide();
	$("#box2").animate({height:'157px'},500,'linear',function(){
		$(this).find('.img_space').show();
		$(this).find('h4').show(200);
		$(this).find('p.abstract').show(200);
		$(this).find('img.cover_img').slideDown(500);
	});
	
	$("#box4").children().hide();
	$("#box4").animate({width:'180px'},500,'linear',function(){
		$(this).find('.img_space').show();
		$(this).find('h4').show(200);
		$(this).find('a').show(200);
		$(this).find('img.cover_img').slideDown(500);
	});
	
	$("#box3").children().hide();
	$("#box3").animate({width:'379px'},500,'linear',function(){
		$(this).find('.img_space').show();
		$(this).find('h4').show(200);
		$(this).find('p').show(200);
		$(this).find('a').show(200);
		$(this).find('img.cover_img').slideDown(500);
	});
	
	$("#box5").children().hide();
	$("#box5").animate({width:'180px'},500,'linear',function(){
		$(this).find('.img_space').show();
		$(this).find('h4').show(200);
		$(this).find('p').show(200);
		$(this).find('img.cover_img').slideDown(500);
	});

	
	$("#box6").children().hide();
	$("#box6").animate({width:'180px'},500,'linear',function(){
		$(this).find('.img_space').show();
		$(this).find('h4').slideDown(200);
		$(this).find('p').slideDown(200);
		$(this).find('img.cover_img').slideDown(500); //.animate({height:'68px'},500);
	});
	
	$("#box7").children().hide();
	$("#box7").animate({width:'180px'},500,'linear',function(){
		$(this).find('.img_space').show();
		$(this).find('h4').show(200);
		$(this).find('img.cover_img').slideDown(500);
		$(this).find('p').slideDown(200);
	});
	
	$("#box8").children().hide();
	$("#box8").animate({width:'180px'},500,'linear',function(){
		$(this).find('.img_space').show();
		$(this).find('h4').show(200);
		$(this).find('img.cover_img').slideDown(500);
		$(this).find('p').slideDown(200);
	});
	
	$("#box9").children().hide();
	$("#box9").animate({height:'157px'},500,'linear',function(){
		$(this).find('.img_space').show();
		$(this).find('h4').show(200);
		$(this).find('p').show(200);
		$(this).find('img.cover_img').slideDown(500);
	});
	
	$("#box9a").children().hide();
	$("#box9a").animate({width:'180px'},500,'linear',function(){
		$(this).find('.img_space').show();
		$(this).find('h4').show(200);
		$(this).find('img.cover_img').slideDown(500);
		$(this).find('p').slideDown(200);
	});

	$("#box9b").children().hide();
	$("#box9b").animate({width:'180px'},500,'linear',function(){
		$(this).find('.img_space').show();
		$(this).find('h4').show(200);
		$(this).find('img.cover_img').slideDown(500);
		$(this).find('p').slideDown(200);
	});
$('.box').hover	(
	function(){
		$(this).css('background-color','#f0f0f0');
		$(this).css('border-color','#f0f0f0');
	},
	function(){
		$(this).css('background-color','#fff');
		$(this).css('border-color','#ccc');
	}
);
	
	
	
	
	
});
