jQuery Horizonal Blocks can change your website to scrollable horizontal blocks easily.
Horizonal Blocks has some options. Default params are displayed below.
$(document).HorizontalBlocks({ parentBox: "#box", //parent blocks tag block:"#blocks li", //blocks terget firstBlock: 1, // first displayed block number scrollOption:"swing", //set scroll type scrollSpeed: "normal", //set scroll speed.value(ms) or "normal", "slow", "fast" horizontalMenu: "nav a", // jump link terget nextId: "#nextBlock", //Id for Next Block prevId: "#prevBlock" //Id for Prev Block });
If you loaded jQuery easing plugin, you could use more scroll option.
jQuery easing plugin can download here.