// JavaScript Document
function abc(){
             $("#all_main_img").fadeOut(1000,function(){
					jQuery(".T-3448-Jtab_Tab > li:first-child a").addClass("selected");
					jQuery(".T-3448-Jtab_Item > div:first-child").addClass("selected");
				}
			);
        }

        setTimeout(abc, 4000);
