jQuery(document).ready(function($){
	$('.floatBox:odd').css("float","right");
});