jQuery().ready(function(){   	
	jQuery(".r-title:first").css({
		"position"	: "absolute",
		"top"		: "3px",
		"background"	: "transparent",
		"border"	: 0
	}); 
});
