I need the following li to stack against each other in a horizontal fashion like so:
*li1 *li2 *li3
instead of:
* li * li * li Pretty much the li elements would be aligned like a gallery with the lis to the right being hidden and scrolled as needed.
Here is the JSFiddle