$(document).ready(function () {
	
	$('#top_section_slideshow').cycle({
		speed: 3000,
		timeout: 10000,
		delay: 0
		});
	
	$(".promo_box:eq(2)").css("margin-right","0px");
	
	});