#propic {
  position: relative;
  margin-top: -14px;
  height:  332px;  
    width:   559px;  
  overflow:hidden;
  margin-bottom: 20px;
}

.pics {  
    height:  332px;  
    width:   559px;  
    padding: 0;  
    margin:  0;  
} 
 
.pics img { 
    padding: 0px;  
    border:  0px solid #ccc;  
    background-color: #eee;  
    width:  559px; 
    height: 332px; 
    top:  0; 
    left: 0;
} 

.pics div.num { 
    position: absolute; 
    padding: 0px; 
    margin: 0px; 
    top:  20px; 
    left: 30px;
    height: 60px;
    width: 60px;
    font-size: 50px;
    line-height: 50px;
    font-style: normal;
    font-weight: bold;
    color: #ffcd00;
} 

.pics div.num2 { 
    position: absolute; 
    padding: 0px;  
    margin: 0px; 
    top:  22px; 
    left: 32px;
    height: 60px;
    width: 60px;
    font-size: 50px;
    line-height: 50px;
    font-style: normal;
    font-weight: bold;
    color: black;
} 

 
