/* get the image to float in the centre */

.item_image_holder table
{
	width: 100%;
	height: 100%;
	table-layout: fixed;
}

.item_image_holder td
{	
	text-align: center;
}

.item_image_holder img
{

}