

#counter  {
   position: absolute;
   top: 0%;
   left: 0%;
   margin-top: 204px;
   margin-left: 11px;
   width: 110px;
   height: 160px;
   font-size: 0.85em;
   color: #9B484C;
   background-color: transparent;
   z-index: 0;
} 
#counterdeckbox {
   
   position: absolute;
   top: 0%;
   margin-top: 202px;
   left: 0%;
   margin-left: 10px;
   width: 111px;
   height: 190px;
   border: 0px solid black;
   background-color: transparent;
   overflow: hidden;
   z-index: 1;
} 

#counterdeck {
   padding: 0px;
   margin: 0;
   height: 190px;
   border: 0px solid #888;
   z-index: 1;   
}

#counterdeck  a {
  height: 180px;
  width: 135px; 
  float:left; 
  text-decoration:none; 
  border-left: 0px solid white;
  cursor:default;
}
#counterdeck  a img {
  width: 135px;
  height: 190px;
  border:0;
  }
#counterdeck  a:hover {
   background: transparent;
   width: 135px;
}
#counterdeck  a:hover img {
  height: 190px;
  width: 1px;
}
