$(function(){
		   
$("#news .up li a").mouseenter(
function(){
	$("#bgbody2").css({backgroundImage:"url(img/430x270img1.png)"});
}
);

$("#news .normal li:nth-child(1) a").mouseenter(
function(){
	$("#bgbody2").css({backgroundImage:"url(img/news2sssale430.jpg)"});
}
);

$("#news .normal li:nth-child(2) a").mouseenter(
function(){
	$("#bgbody2").css({backgroundImage:"url(img/news-3s.jpg)"});
}
);

$("#news .normal li:nth-child(3) a").mouseenter(
function(){
	$("#bgbody2").css({backgroundImage:"url(img/news4.jpg)"});
}
);

$("#banner ul").height(98).width(190).cycle(
{
	fx:"scrollHorz",
	timeout:3500,
	speed:1500,
	pause:1
	}
);

});