$(document).ready(function() {
	$('#slider img:first').css('display','block');
	$("#slider").cycle({ speed:500, timeout:6000 });
});
