/*CSS Document*/

#gallery{
  float:left;
  padding-left:51px;
  padding-top:32px;
  height:379px;
  width:480px;
  margin:auto;
}

#photo_big{
  width:500px;
  height:344px;
  margin-bottom:2px;
}

#thumbs{
  position:relative;
  width:500px;
}

#foto_0,#foto_1,#foto_2,#foto_3{
  margin-right:auto;
}

#thumbs img:hover{
  cursor:pointer;
}

#sub_menu{
  margin-top:100px;
}

#contenuto{
      float:left;
      width:255px;
      height:auto;
      text-align:justify;
      margin-left:60px;
      margin-right:auto;
      padding-top:32px;
}
