$(function(){
//---------------------------------------------------

//约定页面载入时的动态产品的宽度
var w=$(".slider").width()
if(w!=190)$(".slider").width(190);
//----------------------------------
//幻灯样式
		$("#slider").easySlider({
				speed: 200, 
				auto: true, 
			vertical: true, 
		  continuous: true 		
		});
		$("#slider2").easySlider({
				speed: 400, 
				auto: true, 
			vertical: true, 
		  continuous: true 		
		});
		$("#slider3").easySlider({
				speed: 1, 
			    pause: 3000,
				auto: true, 
			vertical: true, 
		  continuous: true 		
		});
		$("#slider4").easySlider({
				speed: 800, 
			    pause: 3000,
				auto: true, 
			vertical: true, 
		  continuous: true 		
		});
//------------------------------------------------
});

