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

