$(document).ready(function() {
	
	$("#slideshow").cycle({timeout: 7000});
	$("#promos").cycle({timeout: 10000});
	
});


