@@ -1,3 +1,7 @@
$(document).ready(function () {
- $('#books').cycle();
+ $('#books').cycle({
+ timeout: 2000,
+ speed: 200,
+ pause: true
+ });
});