$(document).ready(function() {

	$("div.cmsbox1").dropShadow({left: 5, top: 2, opacity: 0.8, blur: 4});
		$("div.cmsbox1").corner({
			  tl: { radius: 6 },
	  tr: { radius: 6 },
			  bl: { radius: 1 },
	  br: { radius: 1 }
		});
});
