Hi.
why don't you just place the embedded swf into a div.
something like
Code:
<div class="navigation">
<object class="banner" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="975" height="300">
<param name="movie" value="images/boys18.swf">
<param name="quality" value="high">
<param name="wmode" value="transparent">
<embed src="images/boys18.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="975" wmode="transparent" height="300"></embed>
</object>
</div>
Also you will need to style this navigation div with some css.
That will do the trick
__________________________________________________ ________
I am DJ Kat...that's my name. Its a D and a J and a Kat with a K.