$(function(){ smartBannerRun(); $('.photo-gallery,.reviews').append(''); $('.photo-gallery .prev,.photo-gallery .next,.reviews .prev,.reviews .next').on('click',function(){ var slides = $(this).parent().find('.slide'); var currentSlide; var nextSlide; var direction = 1; if($(this).hasClass('prev')) direction = -1; for(var i=0;i