/*$(document).ready(function() {
    $("img.galleryImage").each(function() {
		$(this).wrap('<table class="shadowBox" cellspacing="0px" cellpadding="0px"><tr><td></td></tr></table>');
		$(this).parent().after('<td style="background: url(\'/Content/Images/Dshadow_right_slice.jpg\') repeat-y;" valign="top" width="11px"><img src="/Content/Images/dshadow_rightTopcorner.jpg" width="11px" height="11px" style="float:left;"/></td>');
		$(this).parent().parent().after('<tr><td style="background: url(\'/Content/Images/Dshadow_bottom_slice.jpg\') repeat-x;" align="left" width="11px"><img src="/Content/Images/dshadow_bottomleftcorner.jpg" width="11px" height="11px" text-align="left" style="float:left;"/></td><td width="11px"><img src="/Content/Images/dshadow_bottomTopcorner.jpg" width="11px" height="11px" style="float:left;"/></td></tr>');
    });
});*/