/*we float body left on mobile to allow it to expand to fit fixed width floated child elements
this is to deal with existing content that causes issues.

However the floated body causes issues with some dynamically embedded elements
(particularly the image slider) which cannot correctly determine the device width
and therefore render incorrectly. 

This stylesheet should be loaded in to correct this issue on pages using such elements
It is then up to the editor to correct any issues arrising from fixed width elements in the pages*/

html body {
	float:none;
}