$(document).ready(function() { 
	$('#graph').cycle({ 
		fx:          'fade', 
		speed:         1500,
		timeout:      3000 
	});
	///*
	$('div#graph img').each(function() {
		$(this).css({
			display: 'block',
			height:'138px',
			left:'0px',
			margin:'0px',
			padding:'0px',
			position:'absolute',
			top:'0',
			width:'545px'
		});
	});
	//*/
});
 
