$(document).ready(function() {
	$("#banner-container.slideshow").cycle({
		delay: -1500,
		speed: 1500,
		timeout: 5000
	});
});
