$(window).load(function() {
	$('#flash-content-wrapper').nivoSlider({
		effect:'fold',
		slices: 20,
		animSpeed:1000,
		pauseTime:5000,
		directionNav:false, //Next & Prev
		controlNavThumbs:true, //Use thumbnails for Control Nav
		controlNavThumbsSearch: '.jpg', //Replace this with...
		controlNavThumbsReplace: '_thumb.png', //...this in thumb Image src
		pauseOnHover:true //Stop animation while hovering

	});
});
