$(document).ready(function(){

	$('img.portrait').dropShadow({left:6,top:6,opacity:1,color:'#000000'});

});


