/**
 * @author dondon
 */


$(function(){
	try {$('.tabs li a').corner('7px top');}catch(e){}
	try{$('.content-tabs a').corner('5px top');}catch(e){}
	try{$('#searchbar').corner('7px');}catch(e){}
	try{$('.tag-block').corner('5px');}catch(e){}
	try{$('.yellow_input').corner('7px');}catch(e){}
	try{$('.s').corner('7px');}catch(e){}
		//$('.current').corner('5px top');
		//if($('.show .current')){
		//	$('.show .current').corner('5px');
		//}
		//$('.whitepad').corner('5px');
		//$('.rounded').corner('5px');
	try {$("div.scrollable").scrollable({size: 1});}catch(e){}
});
