$(document).ready(function(){
//	$('#slider').nivoSlider({
//		effect:'sliceDownLeft',
//		animSpeed:800,
//		pauseTime:5000,
//		directionNav:false, //Next & Prev
//		directionNavHide:true, //Only show on hover
//		controlNav:false, //1,2,3...
//		keyboardNav:true, //Use left & right arrows
//		pauseOnHover:true, //Stop animation while hovering
//		manualAdvance:false, //Force manual transitions
//	});

	$("#slider").easySlider({
		auto: true,
		continuous: true,
		controlsShow: false,
		speed: 800,
		pause: 5000
		
	});

})
