
.photo-list {
 margin-right: 10px;
 margin-bottom:10px;
 margin-top: 0px;
 padding: 0px;;
 height: 440px;
 width: 550px;
 list-style: none;
 overflow: auto;
 border:0px;
 background-color: #ffffff;
 white-space: nowrap;
}
.photo-list li {
 display: inline;
 border:0px;
}
.photo-list img {
 height: 400px;
 padding-right: 40px;
 border: 0px;
}




