document.observe('dom:loaded', function () {setTimeout(function(){
new Showcase.Horizontal($$('#horizontal ul li'), $$('#horizontal a.controls'), 
{duration: 0.3, size:3});
},15)});