.spot-image2 {
	float: left; 
    width: 124px; 
    height: 124px; 
    text-align: center; 
    overflow: hidden; 
}
.box-image2 {
    margin: 2px; 
    width: 120px; 
    height: 120px; 
    overflow: hidden;
} 
.box-image2 img { 
    margin: 0px; 
    padding: 0px; 
    height: 120px; 
}
.myphoto2 {
	float:left;
	margin:4px;
}

.spot-image { 
    float: left; 
    width: 94px; 
    height: 94px; 
    text-align: center; 
    border: solid 2px #CCCCCC; 
    overflow: hidden; 
}
 
.box-image {
    margin: 2px; 
    width: 90px; 
    height: 90px; 
    overflow: hidden;
}  
  
.box-image img { 
    margin: 0px; 
    padding: 0px; 
    height: 90px; 
}

.myphoto {
	float:left;
	margin:4px;
}