﻿/*
*	This script is used by the left side menu to round the bottom corners
*	using jquery.corner.js
*/
//	$("div#menu_side_5").corner("rounded bl br 20px");
$(document).ready(function(){
	$("div#menu_side_5").corner("rounded 20px");
	$('img').corner("rounded 30px");
});


