 $(document).ready(function(){
			  $(".productLarge .productTable tbody").addClass('tableSlider');
			  $(".left_part tbody").addClass('tableSlider');
				// featured product slideshow
				$('#featured1').cycle({ 
					timeout:90000000,
					next: '.next' 
				});
	
				// bestsellers/latest slideshow 
				$('#tableSlider1 .tableSlider').cycle({ 
					fx: 'scrollDown',
					timeout: 0,
					next: '.best',
					prev: '.latest' 
				});
				$('#tableSlider1 .productfeaturelist').cycle({ 
					fx: 'scrollDown',
					timeout: 0,
					next: '.best',
					prev: '.latest' 
				});
				// bestsellers/latest slideshow 
				$('#tableSlider2 .productfeaturelist').cycle({ 
					fx: 'scrollDown',
					timeout: 0,
					next: '.best1',
					prev: '.latest' 
				});
				// bestsellers/latest slideshow 
				$('#tableSlider2 .tableSlider').cycle({ 
					fx: 'scrollDown',
					timeout: 0,
					next: '.best1',
					prev: '.latest' 
				});
		  });

$(document).ready(function(){

	// featured product slideshow
	$('#featured1').cycle({ 
		timeout:90000000,
		next: '.next' 
	});
	
	// bestsellers/latest slideshow 
	$('.products3').cycle({ 
		fx: 'scrollDown',
		timeout: 0,
		next: '.best',
		prev: '.latest' 
	});
		
});

$(document).ready(function(){

	// featured product slideshow
	$('#12334').cycle({ 
		next: '.next' 
	});
	
	// bestsellers/latest slideshow 
	$('.products1').cycle({ 
		fx: 'scrollDown',
		timeout: 0,
		next: '.best1',
		prev: '.latest1' 
	});
		
});

$(document).ready(function(){

	// featured product slideshow
	$('#123').cycle({ 
		next: '.next' 
	});
	
	// bestsellers/latest slideshow 
	$('.products_home').cycle({ 
		fx: 'scrollDown',
		timeout: 0,
		next: '.best_home',
		prev: '.latest_home' 
	});
		
});
/*
$(document).ready(function(){

	// featured product slideshow
	$('#12334').cycle({ 
		next: '.next' 
	});
	
	// bestsellers/latest slideshow 
	$('.products1').cycle({ 
		fx: 'scrollDown',
		timeout: 0,
		next: '.row0',
		prev: '.row1' 
	});
		
});*/
