$(document).ready(function(){
						   var imgShowArea=$("#imgShowArea");
						 //  alert(imgShowArea.attr("src"));
						    $(".imgShowAreaList").mousemove(function(){
																	 $(this).css("cursor","pointer");
																	 imgShowArea.attr("src",$(this).attr("src"));
																	 });
						   });
