#gallery{
margin-left:25px;

}

#gallery .features{
font-size:16px;
font-weight:bold;

}

#gallery p.photo {
  margin: 0 0 10px 0;
  float: left;
  width: 75%;
  text-align: center;
  background-color: #fff;
  line-height: 1em;
}
#gallery p.photo a {
  display: block;
  float: left;
  margin: 0;
  padding: 4px 4px 9px 4px;
  border: 1px solid #ccc;
  border-top-color: #eee;
  border-right-color: #ddd;
  border-bottom-color: #bbb;
  background-color: #fff;
  text-align: center;
 
}
#gallery p.photo a:hover {
  border-color: #ccc;
  background-color: #eee;
}
#gallery p.description {
  clear: left;
}




#gallery p.photo a, p.thumb a, ul.thumbnails a {
  display: block;
  float: left;
  margin: 0;
  padding: 4px 4px 9px 4px;
  border: 1px solid #ccc;
  border-top-color: #eee;
  border-right-color: #ddd;
  border-bottom-color: #bbb;
  background-color: #fff;
  text-align: center;
  
}
#gallery p.thumb a{
  width: 130px;
  margin-right: 10px;
  margin-bottom: 10px;
   text-decoration:none;
}
#gallery p.photo a:hover, p.thumb a:hover, ul.thumbnails a:hover {
  border: 1px solid #ccc;
  background-color: #eee;
}
#gallery ul.thumbnails a {
  width: 80px;
  margin-right: 10px;
  margin-bottom: 10px;
}
#gallery p.thumb, ul.thumbnails {
  margin: 0 0 10px 0;
  padding: 0;
  float: left;
  text-align: center;
  background-color: #fff;
  line-height: 1em;
  list-style: none;
}
#gallery ul.thumbnails li, ul.navigation li {
  display: inline;
  margin: 0;
  padding: 0;
}