.GFadeIn1{
  animation: gallery1_anime 0.6s infinite alternate; animation-iteration-count: 1; 
  -webkit-animation: gallery1_anime 0.6s infinite alternate;  -webkit-animation-iteration-count: 1;
  -moz-animation: gallery1_anime 0.6s infinite alternate;  -moz-animation-iteration-count: 1;
  -o-animation: gallery1_anime 0.6s infinite alternate;  -o-animation-iteration-count: 1;
  -ms-animation: gallery1_anime 0.6s infinite alternate;  -ms-animation-iteration-count: 1;
}

@keyframes gallery1_anime{
  0% {opacity:0;}
  100% {opacity:1;}
}

@-moz-keyframes gallery1_anime{
  0% {opacity:0;}
  100% {opacity:1;}
}

@-webkit-keyframes gallery1_anime {
  0% {opacity:0;}
  100% {opacity:1;}
}

@-o-keyframes gallery1_anime {
  0% {opacity:0;}
  100% {opacity:1;}
}

@-ms-keyframes gallery1_anime {
  0% {opacity:0;}
  100% {opacity:1;}
}
.GFadeIn2{
  animation: gallery1_anime 1.3s infinite alternate; animation-iteration-count: 1; 
  -webkit-animation: gallery1_anime 1.3s infinite alternate;  -webkit-animation-iteration-count: 1;
  -moz-animation: gallery1_anime 1.3s infinite alternate;  -moz-animation-iteration-count: 1;
  -o-animation: gallery1_anime 1.3s infinite alternate;  -o-animation-iteration-count: 1;
  -ms-animation: gallery1_anime 1.3s infinite alternate;  -ms-animation-iteration-count: 1;
}
.GFadeIn3{
  animation: gallery1_anime 2.9s infinite alternate; animation-iteration-count: 1; 
  -webkit-animation: gallery1_anime 2.9s infinite alternate;  -webkit-animation-iteration-count: 1;
  -moz-animation: gallery1_anime 2.9s infinite alternate;  -moz-animation-iteration-count: 1;
  -o-animation: gallery1_anime 2.9s infinite alternate;  -o-animation-iteration-count: 1;
  -ms-animation: gallery1_anime 2.9s infinite alternate;  -ms-animation-iteration-count: 1;
}
.GFadeIn4{
  animation: gallery1_anime 3.9s infinite alternate; animation-iteration-count: 1; 
  -webkit-animation: gallery1_anime 3.9s infinite alternate;  -webkit-animation-iteration-count: 1;
  -moz-animation: gallery1_anime 3.9s infinite alternate;  -moz-animation-iteration-count: 1;
  -o-animation: gallery1_anime 3.9s infinite alternate;  -o-animation-iteration-count: 1;
  -ms-animation: gallery1_anime 3.9s infinite alternate;  -ms-animation-iteration-count: 1;
}
.GFadeIn5{
  animation: gallery1_anime 4.9s infinite alternate; animation-iteration-count: 1; 
  -webkit-animation: gallery1_anime 4.9s infinite alternate;  -webkit-animation-iteration-count: 1;
  -moz-animation: gallery1_anime 4.9s infinite alternate;  -moz-animation-iteration-count: 1;
  -o-animation: gallery1_anime 4.9s infinite alternate;  -o-animation-iteration-count: 1;
  -ms-animation: gallery1_anime 4.9s infinite alternate;  -ms-animation-iteration-count: 1;
}