div.currentDetails {
  display: none;
  position: absolute;
  bottom: 10px;
  right: 10px;
	width: 200px;
	height: auto;
  z-index: 20;
  font-size: 15px;
  background: #a1a1a1;
	padding: 5px;
  filter: alpha(opacity=80);
  opacity: 0.80;
}

div.currentDetails:hover {
  filter: alpha(opacity=100);
  opacity: 0.99;
}

img.controlIm{
  position: absolute;
  bottom: 8px;
	width: 32px;
	height: 32px;
  cursor: pointer;
	filter: alpha(opacity=80);
  opacity: 0.80;
  z-index: 20;
}

img.controlIm:hover {	
	filter: alpha(opacity=100);
  opacity: 0.999;
  cursor: pointer;
}
