/*
$(document).ready(function(){
	
WebFontConfig = {
    google: { families: [ 'IM+Fell+DW+Pica:latin' ] }
  };
  (function() {
    var wf = document.createElement('script');
    wf.src = ('https:' == document.location.protocol ? 'https' : 'http') +
      '://ajax.googleapis.com/ajax/libs/webfont/1/webfont.js';
    wf.type = 'text/javascript';
    wf.async = 'true';
    var s = document.getElementsByTagName('script')[0];
    s.parentNode.insertBefore(wf, s);
  })();
	
});
*/


$(window).load(function() {
    $('#nivoSlider').nivoSlider({    	
    	effect: 'random',
    	pauseTime: 12000,
    	directionNav: true,
    	directionNavHide: true,
    	controlNav: false,
    	controlNavThumbs: false,
    	controlNavThumbsFromRel: false,
    	keyboardNav: false,
    	pauseOnHover: true	
    });
});
