$().ready(function() {

	$('.kwicks').kwicks({max:768,min:100,easing: 'easeOutQuint'})
	$('.round_twitter').corner("tr 25px").corner("tl 25px").corner("br 25px");
	$('.round_tabs').corner("round top 5px");
	$('.round_member').corner("tl 10px").corner("br 10px").corner("bl 10px");
	$('.round_other').corner("round 5px");
	$('.round_news').corner("round 5px");
	$('.round_banner_box').corner("round 15px");
	$('.round_about').corner("round 15px");
	$('.test_frame_border').corner("round 15px");

});
