Hello
Here is soluton for you
1) get this image from the ores template and put in to the template’s folder .
http://templates.joomlart.com/ja_ores/templates/ja_ores/images/slideshow-bg.png
2) open the file templates/ja_raite/css/template.css and find:
#ja-newsflash {
background: #666666;
position: relative;
z-index: 998;
}
#ja-newsflash .main { padding: 10px 0; }
replace:
#ja-newsflash {
background: #AAAAAA;
position: relative;
z-index: 998;
}
#ja-newsflash .main { padding: 10px 0;
background:url(../images/slideshow-bg.png) no-repeat scroll left bottom transparent;
width:100%!important }
#ja-newsflash .moduletable { width:960px margin:0 auto }
GOodluck