
  .dspLve {
	position: absolute;
	width : 600px; height: 225px;
	display:none; opacity:0.9; 
	background-Color: gray;
  }

  .clse { }
  .clse:hover { cursor:pointer; 
      font-weight:bold; color:red; 
  }

  .clsePng {
	  background:url('images/close.png');
  }
  .clsePng:hover {
	  cursor:pointer;
	  background:url('images/closeov.png');
  }
  
  #lvShow:hover {
	  cursor:pointer;
  }
  
  