$(document).ready(function(){
		$("#banner").nivoSlider({
			effect:'random',
			slices: 15,
			animSpeed:500,
			pauseTime:7000,
			directionNav: false, //Next & Prev
			directionNavHide: false, //Only show on hover
			controlNav: true, //1,2,3...
			controlNavThumbs: false, //Use thumbnails for Control Nav
			controlNavThumbsFromRel: false,
			pauseOnHover:false 
		});
});

