@import url(facebox.css);

#facebox .footer
  {
  display: none !important;
  }
p
  {
  padding: 20px 0;
  margin: 0;
  }
#content
  {
  text-align: center;
  clear: both;
  padding: 10px 20px 30px 120px;
  background: url(../images/zdjecia-background.jpg) bottom left no-repeat;
  }
.photo
  {
  float: left;
  margin: 10px 10px;
  width: 260px;
  }
.photo img:hover
  {
  background-color: #eff3ca;
  }
.photo img
  {
  border: solid #eff3ca 1px;
  padding: 5px;
  width: 230px;
  height: 155px;
  }

