div.thumbnails{
    float:right;
    left:1px;
    width:74%;
    overflow:hidden;
}

div.thumb{
    overflow:hidden;
    float:left;
    border:5px solid white;
    width:100px;
    height:65px;
}

div.thumb img{
    width:100px;
    height:65px;
}

div.attribution{
    overflow:hidden;
  position:relative;
  border:5px solid white;
  left:2px;
  min-height:55px;
  padding:5px;
  background:rgb(242,242,242);
}

div.footerPhoto{
    margin:0 auto;
	width:850px;
	text-indent:0px;
    border-top:1px solid rgb(71,71,71);
    border-right:1px solid rgb(71,71,71);
	border-left:1px solid rgb(71,71,71);
	background-color:white;
}
