achsoo ^^, das musst du dann im Template machen wahrscheinlich, ich weiß zwar nich genau wie ihr das eingebaut habt aber vermutlich sind die divs in deiner include/designs/mar_BlackSolution_modCS/index.htm direkt nach dem body tag die per javascript langsam ausgefahren werden halt.
deine betroffenen divs:
<div id="game_slid" class="game_slid" style=" left: -276px; width: 316px; position: fixed; top: 122px; background: url(include/designs/mar_BlackSolution_modCS/bilder/gs.png) repeat scroll 100% 0% transparent; height: 594px; z-index: 999;" >
<div style="position:absolute;top:30px;right:65px;width:240px;height:536px;overflow:auto; color:#ffffff;"></div></div>
du musst jetzt nurnoch den boxeninclude vornehmen, also ich weiß nich wie eure box genau heisst aber so könnte es dann aussehen:
<div id="game_slid" class="game_slid" style=" left: -276px; width: 316px; position: fixed; top: 122px; background: url(include/designs/mar_BlackSolution_modCS/bilder/gs.png) repeat scroll 100% 0% transparent; height: 594px; z-index: 999;" >
<div style="position:absolute;top:30px;right:65px;width:240px;height:536px;overflow:auto; color:#ffffff;">{_boxes_gsbox}</div></div>
wobei "gsbox" für deine box steht, also ggf. umbenennen...
gruß Sascha