$(function()
{
	$('#banner1').cycle(
	{
		width: '734',
		height: '279',
		slideExpr: 'img',
		fx: 'fade',
		timeout: 5000
	});
});
