CSS is easily applied to a single element like that, when it has its own id (#productMainImage).
#productMainImage {float: none;}
or similar depending on your exact circumstances. Styling for an element with an id will override the .back class also applied to the same element.



