// JavaScript Document
	$(window).load(function() {
		$('#subSlider').nivoSlider({
				effect:'fold',
					slices:15,
					animSpeed:500,
					pauseTime:3000,
					directionNav:false, //Next & Prev
					directionNavHide:true, //Only show on hover
					controlNav:false, //1,2,3...
					pauseOnHover:false, //Stop animation while hovering
					beforeChange: function(){},
					afterChange: function(){}
						
		});
		$('#ProductSlider1').nivoSlider({
				effect:'fold',
					slices:15,
					animSpeed:500,
					pauseTime:3000,
					directionNav:false, //Next & Prev
					directionNavHide:true, //Only show on hover
					controlNav:false, //1,2,3...
					pauseOnHover:false, //Stop animation while hovering
					beforeChange: function(){},
					afterChange: function(){}
						
		});
		$('#ProductSlider2').nivoSlider({
				effect:'fold',
					slices:15,
					animSpeed:500,
					pauseTime:3000,
					directionNav:false, //Next & Prev
					directionNavHide:true, //Only show on hover
					controlNav:false, //1,2,3...
					pauseOnHover:false, //Stop animation while hovering
					beforeChange: function(){},
					afterChange: function(){}
						
		});
		$('#ProductSlider3').nivoSlider({
				effect:'fold',
					slices:15,
					animSpeed:500,
					pauseTime:3000,
					directionNav:false, //Next & Prev
					directionNavHide:true, //Only show on hover
					controlNav:false, //1,2,3...
					pauseOnHover:false, //Stop animation while hovering
					beforeChange: function(){},
					afterChange: function(){}
						
		});
	});
