As you can see in the jsFiddle above, after each image there is a line break before the next element. The other type of element, the cycling text, doesn’t do this. How can I change this so that there is no newline after each image? I want it to appear like this (blue boxes represent images, red boxes represent the cycling text element):

li { display: inline-block; }should sort it.