Code
<link rel="stylesheet" href="/css/orbit.css">
<script type="text/javascript" src="/js/jquery.orbit.min.js"></script>
<script type="text/javascript">
$(window).load(function() {
$('#featured').orbit({
'bullets': true,
'timer' : true,
'animation' : 'horizontal-slide'
});
});
</script>