$(function() 
{
	$('#content-promotion-gallery').cycle(
	{ 
	    fx:     'fade', 
	    timeout: 5000
	});
});
