$(function() {
	$("#hotsale img").hover(function(){
		$(this).stop(true).animate({width:130,height:130},500);
	},function(){
		$(this).stop(true).animate({width:120,height:120},500);
	});

  $('#slideshow').crossSlide({
	  sleep: 3,
	  fade: 1
  }, [
	  { src: 'images/Product/01.jpg', href:'Hot-Pad.html', target:'_blank'},
	  { src: 'images/Product/02.jpg', href:'Hot-Pad.html', target:'_blank'},
	  { src: 'images/Product/03.jpg', href:'WuYeFengShan-Art.html', target:'_blank'},
	  { src: 'images/Product/04.jpg', href:'WuYeFengShan-Hold-Hot.html', target:'_blank'},
	  { src: 'images/Product/05.jpg', href:'http://shop66277273.taobao.com/', target:'_blank'},
	  { src: 'images/Product/06.jpg', href:'Product.html', target:'_blank'}
  ])
  new Marquee("scrollNews",0,1,188,405,30,0,0);
  $("#jq_float_left").jFloat({
	  position:"left",
	  top:300,
	  height:150,
	  width:300,
	  left:0
  });
});
