// JavaScript Document
jQuery(document).ready(function(){
	
	jQuery('#right_wrap').corner("round bl 20px");
	
});