No es ningun Box-Shadow, esa sombra negra es una imagen bueno un degrade y le agregan un poco de estilo.
Este sería la imagen:
Te falta el style.css, lo podrias dar para ver donde iría porque en el sitio para descargar no lo veo o como lo has trabajado?
Insertar CODE, HTML o PHP:
<-- ESTO IRIA EN EL CSS GENERAL-->
#featured, .featured, .fadeout, .newsselect{
height:320px; /*this changes the height of the image slider*/
}
#top .newsslider .fadeout{
right:155px;
}
#top .fadeout{
position:absolute;
width:200px;
display:block;
right:0px;
z-index: 4;
}
<---ESTE IRIA EN EL CSS DEL SLIDER-->>
#top .fadeout{
background: transparent url([url]http://www.kriesi.at/themes/newscast/wp-content/themes/newscast/images/skin1/overlay.png[/url]) repeat-y right top;
}