Look at this product. I like the layout I'm working on, but I would like the CSS box I made to show up underneath the product image instead of beside it. Can anyone think of a way to do that?

The current code I'm using for that box in my stylesheet.css file is:

Code:
div.image{
	float: right;
	width: 250px;
	margin: 0 0 15px 20px;
	padding: 15px;
	border: 1px solid black;
	text-align: center;
	}
Thanks,

Greg