$(document).ready(function(){	
	$('a.round').corner({
			style : 'topbottom 3px'
		});
});