#contenitoreTours
{
float: left;
}
#tourBox
{
  width: 305px;
  height: 575px;
  margin: 1px 1px;
  background-color: #ffffff;
  border: 1px dotted #C2B992;
  float: left;
}
#tourBoxInterno 
{
  margin: 0px 0px;
  text-align: center;
}

#minitourBoxTitolo, #minitourBoxTitolo1, #minitourBoxTitolo2,  #minitourBoxTitolo3,  #minitourBoxTitolo4   
{
  width: 118px;
  height: 20px;
  background-color: green;
  border: 1px dotted #006600;
  text-align:center;
  color:white;
}

#minitourBox, #minitourBox1, #minitourBox2,  #minitourBox3,  #minitourBox4   
{
  width: 120px;
  height:180px;
  border: 1px dotted #C2B992;
  float: left;
  margin: 1px 1px;
  }

div.pic{
  width: 120px; height: 180px;
  line-height: 180px; text-align: center;
  width:expression(document.body.clientWidth > 120? "120px": "auto" );
  height: expression( this.scrollHeight > 156 ? "157px" : "auto" ); /* sets max-height for IE */
}

  
div.pic img{
max-width:120px; 
max-height:157px;
text-align: center;
vertical-align: middle;
border: 0;
width:expression(document.body.clientWidth > 120? "120px": "auto" );
height: expression( this.scrollHeight > 156 ? "157px" : "auto" ); /* sets max-height for IE */
}

#homepage
{
  width: 638px;
  min-height:200px;
  height: 200px;
  /* background-image:url(../Foto/Gallery/primapagina/asia4.jpg); 
  background-repeat:no-repeat; */
 margin:auto;

  }



#sfondo
{
	background-color:#FFFFf3;
	border: 2px dotted #C2B992;
	  
}


