.Button {
  display: inline-block;
  padding: 0;
  margin: 0;
  background-color: #fff;
  background-position: center center;
  background-repeat: no-repeat;
  text-shadow: none;
  vertical-align: middle;
  cursor: pointer;
  border: 0;
  
  text-align:left;
  border:1px solid #e7e7e7; box-shadow:0 0 10px #e7e7e7;
  overflow:hidden; padding-bottom:10px;
}
.Button:hover,
.Button:focus {
  
}
.Button.Small {
  padding: 5px 10px;
  font-size: small;
}
.Button.Block {
   width: 580px;
   height:480px;
 }
.Button .pic{overflow:hidden; height:280px;}
.Button h2 {font-size:20px;line-height:2em; margin:10px 20px;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}
.Button p{ font-size:12px;line-height:1.7em;margin:10px 20px;}
.Button .btn{margin:10px 20px;}
 
















