Slider
The plugin Shadow box loads jquery twice, what prevents the theme slider to work.
Ads
Upload images and set links in the BT Ex theme options.
Favicon
Drop your favicon as png file named favicon.png in the theme image folder.
Logo
Prepare img size max 500px width X max 90px height
open style css, find line 35
#header{clear:both;background:transparent;width:100%;height:110px;margin:0;padding:0;border-bottom:1px solid #ccc;position:relative;overflow:hidden;}
change to this
#header{clear:both;background:transparent url(imagesyour image.jpg) 0 12px no-repeat;width:100%;height:110px;margin:0;padding:0;border-bottom:1px solid #ccc;position:relative;overflow:hidden;}
find line 39
#header h1,#header h1 a{font:normal 210%/100% georgia,verdana,sans-serif;color:#900;font-variant:small-caps;border:0;margin:0;padding:20px 0 0 0;letter-spacing:-4px;text-shadow:#000 0 1px 1px;}
change to
#header h1,#header h1 a{outline:none;width:500px;height:65px;display:block;text-indent:-99999px;}
this way you have a semantically correct replacement, which works also for screen readers.