.banner
{
  width: 400px;
  border:  1px solid #ccc;  
  background-color: #eee;
  padding: 4px 10px;
  text-align: left;
}

.photoCtr
{
  width: 422px;
  height: 322px;
}

.photoCtr img
{
  padding: 10px;  
  border:  1px solid #ccc;  
  background-color: #eee;  
  width: 400px;
  height: 300px;
  top: 0;
  left: 0;
}