functionrefresh() {
var s = $(". 상자1");
if (!s.is(":animated"))
$(".box1").animate({ marginLeft: "0px" }, "slow", function () {
$( '.box1 img:first').before($('.box1 img:last'))
$(".box1").css("margin-left", "-206px")
});
}
.box1
{
너비:1200px;
오버플로:숨김;
왼쪽 여백:-206px;
}
.frame
{
너비:620px;
오버플로:숨김;
}