.winners-small {
   width:100px;
   height:106px; 
   position:absolute; 
   top:60px; 
   left:300px; 
   cursor:pointer;
}
.winners {
   width:519px;
   height:740px; 
   position:absolute; 
   top:0px; 
   left:50%; 
   margin-left:-259px; 
   background-image:url(/imgs/winners.png);
   background-repeat: no-repeat;
}
.winners-close {
   width: 45px;
   height:45px;
   position: absolute;
   top: 5px;
   left: 0px;
   text-align: left;
   cursor: pointer;
   background-image:url(/imgs/spacer.png);
   background-repeat: repeat;
}
