#p_visitors
{
  text-align: left;
  font-size: 9px;
  margin: 5px 10px 0px 5px;
  float: left;
}

#p_visitors a, #p_visitors a:visited
{
  text-decoration: underline;
  color: #AFCFFF;
  margin: 0;
  padding: 0;
  font-size: 10px;
  background: none;
  border: none;
  font-weight: bold;
}

#p_visitors a:hover
{
  color: #FF0000;
  background: none;
}

.aItem, .aItem:hover
{
  position: relative;
  text-decoration: none;
}

.aItem img
{
  border: 1px solid #2868FF;
}

.aItem:hover img
{
  border: 1px solid #FF0000;
}

.aItem span
{
  position: absolute;
  display: none;
  min-width: 200px;
  font-size: 10px;
  z-index: -1;
  padding: 2px;
  margin-top: 50px;
  margin-left: 50px;
  border: 1px solid #000000;
  background-color:#FFFFCB;
  color: #000000;
}

.aItem:hover span
{
  display: inline;
  z-index: 100;
  background-color:#FFFFCB;
  color: #000000;
}




