The example can be found here.
I want to be able to navigate through the images using the left and right arrows on my keyboard. How can I achieve this using jQuery or CSS?
This is the structure of the HTML:
<div id="slider-code">
<a class="buttons prev" href="#"></a>
...
</div>
For the CSS styling:
...You can find the necessary JavaScript below:
var oImg, sliderCode, sliderViewPort, win_width;
...
If you require any additional information, feel free to ask.