<script type="text/javascript">
$(window).load(function() {
    $('#slider').nivoSlider({
        effect: 'slideInRight'
    });
});
</script>
.nivoSlider {
    width:20px !important;
    height:10px !important;
}

 