/* INTESTAZIONE - HEADER W/ LEADERBOARD */
.headerLogo {
    margin: 0;
    width: 970px;
    background: none no-repeat 50% 50%;
}
#headerLogo1 { background-image: url('http://f1grandprix.motorionline.com/wp-content/themes/motorionline-qn/file_generali/img/logo.png') }
#headerLeader {
    
    width: 100%;
    height: 100%;
    text-align: center;
    /*overflow: hidden; // TOLTO PER ESPANSIONE LEADERBOARD */
}
.headerLogo span.headerLogo_edizione {
    font-size: 40px;
}

.tastofotogallery {
  float: left;
  margin-bottom: 15px;
  margin-right: 10px;
  background: #d93434;
  background-image: -webkit-linear-gradient(top, #d93434, #b82b2b);
  background-image: -moz-linear-gradient(top, #d93434, #b82b2b);
  background-image: -ms-linear-gradient(top, #d93434, #b82b2b);
  background-image: -o-linear-gradient(top, #d93434, #b82b2b);
  background-image: linear-gradient(to bottom, #d93434, #b82b2b);
  -webkit-border-radius: 7;
  -moz-border-radius: 7;
  border-radius: 7px;
  font-family: Arial;
  color: #ffffff;
  font-size: 17px;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
}

.tastofotogallery:hover {
 background: #000000;
  background-image: -webkit-linear-gradient(top, #000000, #212021);
  background-image: -moz-linear-gradient(top, #000000, #212021);
  background-image: -ms-linear-gradient(top, #000000, #212021);
  background-image: -o-linear-gradient(top, #000000, #212021);
  background-image: linear-gradient(to bottom, #000000, #212021);
  text-decoration: none;
}



.tastofotogallerynav {
  float: left;
  margin-bottom: 15px;
  margin-right: 10px;
  background: #d93434;
  background-image: -webkit-linear-gradient(top, #d93434, #b82b2b);
  background-image: -moz-linear-gradient(top, #d93434, #b82b2b);
  background-image: -ms-linear-gradient(top, #d93434, #b82b2b);
  background-image: -o-linear-gradient(top, #d93434, #b82b2b);
  background-image: linear-gradient(to bottom, #d93434, #b82b2b);
  -webkit-border-radius: 7;
  -moz-border-radius: 7;
  border-radius: 7px;
  font-family: Arial;
  color: #ffffff;
  font-size: 14px;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
}

.tastofotogallerynav:hover {
  background: #000000;
  background-image: -webkit-linear-gradient(top, #000000, #212021);
  background-image: -moz-linear-gradient(top, #000000, #212021);
  background-image: -ms-linear-gradient(top, #000000, #212021);
  background-image: -o-linear-gradient(top, #000000, #212021);
  background-image: linear-gradient(to bottom, #000000, #212021);
  text-decoration: none;
}