Hello,
url: http://bit.ly/cLsq25
I'm trying to center the main product image inside "productInfoCenter".
The CSS I've used, which doesn't seem to center is as follows:
#productInfoCenter{
float:left;
width:275px;
margin-right: 25px;
padding: 0;
border: 1px solid #D5CAB2;
text-align:center;
}
Can anyone help me please?
Thanks.




