$(document).ready(function() {

    $('#video_pics').scrollable({
        items: '.second-video-list',
        next: '.second-next',
        prev: '.second-prev'
      });
      
     $('#amazon_products_home div').removeAttr('style');
     $('img#absbottom').width(20);
});


