I added the following CSS into my template’s style.css file to remove the slider title, and the background border.
div.wpss_slide h4 {display: none;}
div#wpss_slideshow_slug {background: #ffffff;}
Replace slug, and modify what you want the background border to be.