$(function(){
   $("#conteudo").shadow({
	   width:5,
	   startOpacity:30,
	   endOpacity:10,
	   cornerHeight:0,
	   color:"#000000"
   });
})
