$(function(){
//---------------------------------------------------
$("#slider").css({height:"270px",overflow:"hidden"})
$("#slider>ul").css({height:"270px",overflow:"hidden"})
//约定页面载入时的动态产品的宽度
//----------------------------------
//幻灯样式
		$("#slider").easySlider({
				speed: 200, 
				auto: true, 
			vertical: true, 
		  continuous: true, 
			   pause: 4000,
		controlsShow:false
		});
//------------------------------------------------
});
