Need help aligning an element

I have this page, http://tinyurl.com/yz9f989 and as you can see the slideshow is completely breaking the page I’ve tried giving it margins, making it float but its not working :mad:

Try giving #product overflow:hidden; since it has floated element in it it is collapsing :slight_smile:

Thank you!
Though it didn’t wrap the bottom “Subsubsubcategory” and “One Next Product” maybe add a bg?

Hi, the .productnav div is nested outside of #product and as a result it won’t contain it :). Just nest the .productnav element inside of #product