functionfresh() {
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
{
width:620px;
オーバーフロー:非表示;
}