$(document).ready(function() {
var root = $("#scroller").scrollable({circular: true}).autoscroll({ autoplay: true });
window.api = root.data("scrollable");	

//cycle.slider script
	$('.slider').cycle({
		fx: 'fade',
		speed: 3000,
		timeout: 1500,
		sync: 'true',
		pause: 'true'
	});

	 
	   $('#popup').lightBox();
	   
});
