HTML structure
<div class="main">
<div class="boxes">Content here</div>
<div class="boxes">Content here</div>
<div class="boxes">Content here</div>
<div class="boxes">Content here</div>
<div class="boxes">Content here</div>
<div class="nav">
<a href="#" class="next"></a>
<a href="#" class="prev"></a>
</div>
</div>
I want the next and previous button to scroll through the boxes when click.
Found this on fiddle -> http://jsfiddle.net/FWXc5/
but I need to have next & prev buttons only instead of corresponding items/buttons for each box.
Any help would be greatly appreciated,
Cheers