
.box_text {
  display: none;
}
input[type="radio"].box_bg{
    display:none;
}

input[type="radio"] + label {
  display: inline-block;
  min-height: 90px;
  padding: 2px;
  text-indent: -99999px;
  width: 100px;
  opacity: 0.5;
}
input[type="radio"]:hover + label{
opacity: 0.8;
background-color:green;
}
input#plane[type="radio"] + label {
  background: url("img/preloader.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);

}
input#bounce[type="radio"] + label {
  background: url("img/preloader1.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);

}
input#wave[type="radio"] + label {
  background: url("img/preloader2.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);

}
input#wave1[type="radio"] + label {
  background: url("img/preloader3.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);

}
input#wave2[type="radio"] + label {
  background: url("img/preloader4.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);

}
input#wave3[type="radio"] + label {
  background: url("img/preloader5.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);

}
input#wave4[type="radio"] + label {
  background: url("img/preloader6.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);

}
input#wave5[type="radio"] + label {
  background: url("img/preloader7.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);

}
input#wave6[type="radio"] + label {
  background: url("img/preloader8.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);

}
input#wave7[type="radio"] + label {
  background: url("img/preloader9.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);

}
input#wave8[type="radio"] + label {
  background: url("img/preloader10.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);

}
input#wave9[type="radio"] + label {
  background: url("img/preloader11.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);

}
input#wave10[type="radio"] + label {
  background: url("img/preloader12.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);

}
input#wave11[type="radio"] + label {
  background: url("img/preloader13.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);

}
input#wave12[type="radio"] + label {
  background: url("img/preloader14.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);

}
input#wave13[type="radio"] + label {
  background: url("img/preloader15.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);

}
input#wave14[type="radio"] + label {
  background: url("img/preloader16.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);

}
input#wave15[type="radio"] + label {
  background: url("img/preloader17.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);

}
input#wave16[type="radio"] + label {
  background: url("img/preloader18.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);

}
input#wave17[type="radio"] + label {
  background: url("img/preloader19.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);

}
input#wave18[type="radio"] + label {
  background: url("img/preloader20.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);

}
input#wave19[type="radio"] + label {
  background: url("img/preloader21.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);

}
input#wave20[type="radio"] + label {
  background: url("img/preloader22.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);

}
input#wave21[type="radio"] + label {
  background: url("img/preloader23.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);

}
input#wave22[type="radio"] + label {
  background: url("img/preloader24.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);

}
input#wave23[type="radio"] + label {
  background: url("img/preloader25.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);

}
input#wave24[type="radio"] + label {
  background: url("img/preloader26.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);

}
input#wave25[type="radio"] + label {
  background: url("img/preloader27.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);

}
input.box_bg[type="radio"]:checked + label {
  opacity: 1;
}