Cycle - show more than one item

Cycle - show more than one item

Is it possible to show more than one item with cycle plugin.

For example, if we have something like:

<ul>
<li id='1'>
<li id='2'>
<li id='3'>
<li id='4'>
<li id='5'>




</ul>

I'd like li's 2 and 3 to be shown at the same time.