﻿
$(document).ready(function () {
    //作品效果
    $(".showcase_a").live("mouseover", function () { $(this).children("p").css("visibility", "visible"); });
    $(".showcase_a").live("mouseout", function () { $(this).children("p").css("visibility", "hidden"); });

    $("#leftcase_scollPan").scrollable({ circular: true, mousewheel: true, items: "#leftcase_scollBar", prev: "#leftcase_scollPrev", next: "#leftcase_scollNext", speed: 300 }).autoscroll({ autoplay: true, interval: 5000 });
    $("#leftjiayi_scollPan").scrollable({ circular: true, mousewheel: true, items: "#leftjiayi_scollBar", prev: "#leftjiayi_scollPrev", next: "#leftjiayi_scollNext", speed: 300 }).autoscroll({ autoplay: true, interval: 5000 });
});




