// For Additional Product Images Scroll Bar 
var speed = 5;
var grap  = 240;


$(function() {

$("#pagebody-banner").cycle();
$("#home_box tr:odd td").css({ 'padding' : '0 0 0 15px' });

$('a[rel*=lightbox]').lightBox();


function fade() { 
         $("#free-delivery").animate({opacity: 'toggle'}, {duration: 500})
        .animate({opacity: 1}, {duration: 4000})
        .animate({opacity: 'toggle'}, {duration: 500, complete: fade})
};

fade();

if($("#indexProductList h1:first").html()!="Knightsbridge Bedroom Set") {
$("#indexBody .item_name").after("<div class='free-shipping-text'>FREE DELIVERY</div>");
}

$("#productinfoBody .productGeneral .uk-made, #productinfoBody .productGeneral .new-product").eq(0).css({ "display" : "block" });
$("#productinfoBody .productGeneral .uk-made, #productinfoBody .productGeneral .new-product").eq(0).insertAfter(".shout2");

}); // ready end
