$(document).ready(function() {
    $('div.scrollable').scrollable();
});
function showRewardsRow(){

	

	$('.eachproduct').each(function(){ 		

		/*$(this).hover(function(){ $(this).css('background-image', 'url('+TPATH+productselect.url+')');

								  $(this).css('background-repeat', 'no-repeat');},

					  function(){ if(!$(this).hasClass('active')){ $(this).css('background-image', 'url()'); }

					  });*/

	});	

	

	//$(firstprod).css('background-image', 'url('+TPATH+productselect.url+')');

	//$(firstprod).css('background-repeat', 'no-repeat');	

	var api = $('div.scrollable').scrollable();	

	


}

