$(document).ready(function(){

	$('#quotes').each(function() {
		$(this).corner("round 5px", "#96CA2D");
	});	

});			   			   
