$(document).ready(function () {
    $(".buynow").cycle({
        slideExpr: "img", 
        timeout:   7000
    });
});