/* *********** fotogallery cybernaua.it vers. php 3.0 **************** */
@import "menunav.css";
@import "base.css";
@import "footerdati.css";
@import "footer.css";
@import "paginazione.css";

div#content {
  position: relative;
  float: left;
  width: 990px;
  margin-bottom: 10px;
  text-align: center;
}
div#colsx {
  position: relative;
  float: left;  
  width: 580px;
  text-align: left;
  overflow: hidden;
}
div#fotosmall {
  position: relative;
  width: 580px;
  margin: 0 auto;
  text-align: center;
  overflow: hidden;
}
div#fotosmall  img {
  width: 150px;
  border-radius: 4px;  
  -webkit-border-radius: 4px;  
  -moz-border-radius: 4px; 
}
div#bannerfascia {
  position: relative;
  float: left;
  font: bold 14px sans-serif,tahoma,verdana,arial,helvetica;
  text-align: center;
  width: 990px;
  height: 30px;
  background: #eee;
  margin-top: 10px; 
  margin-bottom: 10px;   
}
div#bloccoupsx {
  text-decoration: none;
  float: left;  
  width: 680px;
  height: 30px;
  margin-bottom: 10px;  
}
.space {
  position: relative;
  float: left;
  height: 20px;
 }
.minifoto {
  position: relative;
  float: left;
  width: 110px;
  max-width: 108px;
  height: 100px;
  max-height: 98px;
	border: #666 1px solid;
	padding: auto;
	background: #eee;
	text-align: center;
  margin: 0 3px 8px 3px;
  border-radius: 5px;  
  -webkit-border-radius: 5px;  
  -moz-border-radius: 5px; 
}
.paginaz {
  position: relative;
	float: left;
  width: 350px;
	padding-left: 3px;
}
div#menunav {
  width: 320px;
  margin: 0 auto;
  background: #c50c0c;
  color: #fff;
}
div#coldx {
  position: relative;
  float: left;  
  width: 400px;
  text-align: center;
  margin-left: 10px;
  overflow: hidden;
}
div#bloccoupdx {
  text-decoration: none;
  float: left;  
  width: 400px;
  height: 30px;
  margin-bottom: 10px;  
}

