.navNextPrevList
{
	display: inline;
	margin: 0 auto;
/*
	float: left;
*/
}

#productMainImage
{
	margin-right: 20px;
/*	height: 110px;*/
}
#productMainImage img
{
	/* Width and height placed inside inline tags and set in Configuration -> Layout Settings -> Images */ 
	/*display: block;*/
	
}
#productMainImage .imgLink
{
	margin-top: -10px;
	display: block; 
}
#productName
{
	margin-top: 10px;
/*
	float: left;
*/
}

#cartAdd 
{
	float: right;
}

