/**
 * Created by JetBrains PhpStorm.
 * User: ionut
 * Date: 8/11/11
 * Time: 2:37 PM
 * To change this template use File | Settings | File Templates.
 */
$(function(){
    if ($('#nivoImg').find('img').length) {
        $('#nivoImg').nivoSlider({
			effect:'fade',
            animSpeed:1000,
            pauseTime:5000,
            directionNav:true,
            directionNavHide:false,
            controlNav:false,
            captionOpacity:0.8,
            prevText: '',
            nextText: ''
        });
    }
});

