/*--------------------------------------------generale--------------------------------------------*/
*{
    margin: 0px;
    padding: 0px;
 
}
body{
    width: 100%;
    margin: 0;
    padding: 0;
    background: url(../style/images/sfumatura_bg.png) repeat-x black;
    font-family: Sans-Serif;
    font-size: 13px;
    line-height: 18px;
    color: #FFFFFF;
}
.clearfix{
    clear: both;
}
a{
    outline:none;
    text-decoration: none;
}
img{
    border: none;
}
.border_top{
    border-top: 1px solid #333333;
}
span{
    color: #ed2100;
}
h1{
    display: none;
}
/*--------------------------------------------contenitore--------------------------------------------*/
#wrapper{
width: 610px;
background-color: #000000;
padding:20px;
margin: auto;
}
/*--------------------------------------------header--------------------------------------------*/
#header{
    width: 610px;
    height: 200px;
    background: url(../style/images/header_bg2.png) no-repeat;
    margin: 20px 0;
}
/*--------------------------------------------menu superiore--------------------------------------------*/
#menu{
    height: 40px;
    text-align: center;
}
#menu a{
    color:#FFFFFF;
    padding: 0 30px;
}
#menu a:hover, #menu a.selezionato, #left_col a, #footer a{
    color: #ed2100;
}
#menu a.a_right{
    border-right: 1px solid #333333;
}


/*--------------------------------------------colonna sinistra--------------------------------------------*/
#left_col {
    width: 390px;
    float: left;
}
#left_col p{
    margin-top: 10px;
}
#team{
    margin-top: 10px;
}
.liste{
font-size: 13px;
}
/*--------------------------------------------colonna destra--------------------------------------------*/
#right_col{
    width: 200px;
    float: right;
    font-size: 11px;
}
#right_col a{
color: #666666;
}
#bot_col{
    margin-top: 20px;
}
#bot_col img{
    margin: 20px 0 0 0;
    padding: 0;
    filter:alpha(opacity=60);
    -moz-opacity:.60;
    opacity:.60;
}

#tabellafoto{
  width:380px;
  margin:0 auto;
  margin-top:20px;

}

#descrizione{
  text-align:center;
  position:relative;
  top:5px;

}


/*--------------------------------------------footer--------------------------------------------*/
#footer{
    margin-top: 20px;

    text-align: center;
    font-size: 10px;
}

/*--------------------------------------------lightbox--------------------------------------------*/

#lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 100;
  text-align: center;
  line-height: 0;
}

#lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 100;
  text-align: center;
  line-height: 0;
}

#lightbox img {
  width: auto;
  height: auto;
}

#lightbox a img {
  border: none;
}

#outerImageContainer {
  position: relative;
  background-color: #fff;
  width: 250px;
  height: 250px;
  margin: 0 auto;
}

#imageContainer {
  padding: 10px;
}

#loading {
  position: absolute;
  top: 40%;
  left: 0%;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

#hoverNav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

#imageContainer > #hoverNav {
  left: 0;
}

#hoverNav a {
  outline: none;
}

#prevLink, #nextLink {
  width: 49%;
  height: 100%;
  background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */
  display: block;
}

#prevLink {
  left: 0;
  float: left;
}

#nextLink {
  right: 0;
  float: right;
}

#prevLink:hover, #prevLink:visited:hover {
  background: url(images/lightbox/prevlabel.gif) left 15% no-repeat;
}

#nextLink:hover, #nextLink:visited:hover {
  background: url(images/lightbox/nextlabel.gif) right 15% no-repeat;
}

#imageDataContainer {
  font: 10px Verdana, Helvetica, sans-serif;
  background-color: #fff;
  margin: 0 auto;
  line-height: 1.4em;
  overflow: auto;
  width: 100%;
}

#imageData {
  padding: 0 10px;
  color: #666;
}

#imageData #imageDetails {
  width: 70%;
  float: left;
  text-align: left;
}

#imageData #caption {
  font-weight: bold;
}

#imageData #numberDisplay {
  display: block;
  clear: left;
  padding-bottom: 1.0em;
}

#imageData #bottomNavClose {
  width: 66px;
  float: right;
  padding-bottom: 0.7em;
  outline: none;
}

#overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 90;
  width: 100%;
  height: 500px;
  background-color: #000;
}
/* fine lightbox */






