$(function()
{
	$("#slideshow").cycle(
	{
		fx: 'fade',
		timeout: 12000,
		speed: 2500,
		pager: '#news_pages',
		slideExpr: 'big'
	});
});
