Yes, grab the Unity shaders (available freely from their website), and modify the shuriken particle shader's Queue. NGUI uses:
I'm not sure what shuriken particles use, but making it be something like
"Queue" = "Transparent+1"
...would solve the issue.