jQuery(function($){
	// 메인 전시소개 상세보기
	$(".exhDetail h2 a.viewDetail").toggle(function(){
		$(".exhDetail").animate({
			top: '221px'
		}, 300);
		$(".exhDetail .section").animate({
			height: '110px'
		}, 300);
		$(".fssPrev").animate({
			top: '229px'
		}, 250);
		$(".fssNext").animate({
			top: '229px'
		}, 250);
		$(".fssPlayPause").animate({
			top: '229px'
		}, 250);
		$(".fssList").animate({
			bottom: '118px'
		}, 220);
				
	}, function(){
		$(".exhDetail").animate({
			top: '332px'
		}, 300);
		$(".exhDetail .section").animate({
			height: '0px'
		}, 300);
		$(".fssPrev").animate({
			top: '340px'
		}, 250);
		$(".fssNext").animate({
			top: '340px'
		}, 250);
		$(".fssPlayPause").animate({
			top: '340px'
		}, 250);		
		$(".fssList").animate({
			bottom: '7px'
		}, 250);

	});

	//$('#picslider').fadeSlideShow();
});
