-
확대이미지 영역
-
오대산 ‘복수초’ 개화…봄 ‘성큼’
-
‘동해 품은 독도’ 촬영하는 박용득 사진작가
-
<포토>‘어도를 걸을 때’
ailContent = $('#simpleSkin06_53 .thumbnail li:eq(' + numChk + ')').html();
$('#simpleSkin06_53 .imageBig').html(thumbnailContent);
$('#simpleSkin06_53 .thumbnail li a').removeClass('on');
$('#simpleSkin06_53 .thumbnail li:eq(' + numChk + ') a').addClass('on');
if(numChk < galleryLength - 1){
numChk++;
}else{
numChk = 0;
}
};
var timer = setInterval(autoRolling,3000);
})(jQuery)