
$(document).ready(function() {
	$("#newsticker").css("border", "none");
	$("#newsticker").css("background", "none");
	$("#newsticker").css("padding", "3px");
	$("#newsticker").css("margin", "0px");
	$("#news").css("list-style-type", "none");
	$("#news").css("color", "black");
	$("#news").newsticker(3000);
});

