jQuery(window).ready(function(){
	jQuery('#mainBanner').nivoSlider({
		//put some attributes here.
		effect: 'fade',
		directionNav: true, // Next & Prev navigation
        directionNavHide: false, // Only show on hover
        controlNav: false, // 1,2,3... navigation
        nextText: ' &gt; ', // Prev directionNav text
        prevText: ' &lt; ', // Next directionNav text
        keyboardNav: true, // Use left & right arrows
        pauseOnHover: true,
        animSpeed: 500, // Slide transition speed
        pauseTime: 5500 // How long each slide will show
	});
});
