$(document).ready(function() {
	$('.table-cont ul  li:odd').addClass('white-bg');
	
	$('.table-cont ul').each(function(){
		$($($(this).children())[1]).addClass('gradient-bg');
		$($($(this).children())[1]).removeClass('white-bg');
	});
	
	$('.second-col li').each(function(){
		$('<span class="darkTransp" />').appendTo($(this));
	});
	$('.title-element').find('.darkTransp').remove();
	
$("#scroller").scrollable({ 
				circular: true,
				speed: 1400,
				easing: "linear"
				}).autoscroll({ autoplay: true, interval: 5000, steps: 1 });


$("#scroller1").scrollable({ 
				circular: true,
				speed: 10000,
				easing: "linear"
				}).autoscroll({ autoplay: true, interval: 0, steps: 1 });
});

	
	

	
	








	
