$(window).load(function(){
  $('#slideshow').nivoSlider({
    effect: 'fold',
    slices: 16,
    animSpeed : 1500,
    pauseTime:4000,
    pauseOnHover: true,
    controlNav: false
  })
});

$(document).ready(function(){
  $('tr').each(function(){
    if(!$(this).parents('table').hasClass('digital')){
      $(this).find('td:nth-child(2), td:nth-child(3), td:nth-child(4), td:nth-child(5), td:nth-child(6)').addClass('price');
    }   
  });
});
